interface JLayerAttribute {
    id: string;
    label: string;
    name: string;
    type: JLAYER_ATTRIBUTE_TYPES;
}

Properties

Properties

id: string
label: string
name: string