Tanatloc documentation
    Preparing search index...

    Interface IGeometryElementCardProps

    interface IGeometryElementCardProps {
        alreadySelected?: ISelection[];
        context: {
            dispatch: Dispatch<ISelectAction>;
            highlighted: undefined | ISelect;
            selected: ISelect[];
        };
        element: {
            color?: TGeometryColor;
            label: number;
            name: string;
            uuid: string;
        };
        filter?: TGeometryColor;
        search?: string;
    }
    Index

    Properties

    alreadySelected?: ISelection[]
    context: {
        dispatch: Dispatch<ISelectAction>;
        highlighted: undefined | ISelect;
        selected: ISelect[];
    }
    element: { color?: TGeometryColor; label: number; name: string; uuid: string }
    search?: string