Type alias Geometry

    Geometry: Pick<IFrontGeometriesItem, "id" | "needCleanup"> & {
        visible?: boolean;
    }

    Type declaration

    • Optional visible?: boolean

    Generated using TypeDoc and TypeDoc Airthium Plugin