Interface JAppTextLayerFilter

interface JAppTextLayerFilter {
    id: number;
    metadataItemId: JId;
    operator: JAPP_LAYER_TEXT_FILTER_OPERATOR_TYPES;
    type: JLAYER_METADATA_TYPES;
    value: string;
}

Hierarchy (view full)

Properties

id: number
metadataItemId: JId
value: string