Interface IProps

    interface IProps {
        geometry: Geometry;
        project: Project;
    }

    Properties

    Properties

    geometry: Geometry
    project: Project

    Generated using TypeDoc and TypeDoc Airthium Plugin