Interface IGeometryEntityFile

    interface IGeometryEntityFile {
        data: {
            attributes: {
                color?: IGeometryEntityAttribute;
                position: IGeometryEntityAttribute;
            };
        };
        label: string;
        uuid: string;
    }

    Properties

    Properties

    data: {
        attributes: {
            color?: IGeometryEntityAttribute;
            position: IGeometryEntityAttribute;
        };
    }

    Type declaration

    label: string
    uuid: string

    Generated using TypeDoc and TypeDoc Airthium Plugin