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

Properties

Properties

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