Interface IProps

    Props

    interface IProps {
        alreadySelected?: ISelection[];
        geometry: Pick<IFrontGeometriesItem, "summary">;
        updateSelected: ((selected: ISelect[]) => void);
    }

    Properties

    alreadySelected?: ISelection[]
    geometry: Pick<IFrontGeometriesItem, "summary">
    updateSelected: ((selected: ISelect[]) => void)

    Generated using TypeDoc and TypeDoc Airthium Plugin