activeTooltips
activeTooltips: any[] = []
allOperatorOptions
allOperatorOptions: {
displayName: string;
operator:
| "eq"
| "neq"
| "gt"
| "gte"
| "lt"
| "lte"
| "like"
| "nlike"
| "before"
| "after"
| "between"
| "nul"
| "nnul";
}[] = ...
Optional
currentLayerAttribute
deactivated
deactivated: boolean = false
Optional
displayStyle
displayStyle?: string
loading
loading: boolean = true
operatorOptions
operatorOptions: {
displayName: string;
operator:
| "eq"
| "neq"
| "gt"
| "gte"
| "lt"
| "lte"
| "like"
| "nlike"
| "before"
| "after"
| "between"
| "nul"
| "nnul";
}[] = []
rendered
rendered: boolean = false
showVal
showVal: boolean = false
showVal2
showVal2: boolean = false
styleUrl
styleUrl: null | string = null
styleUrls
styleUrls: string[] = ...
template
template: Hole | () => Hole
templateUrl
templateUrl: string = './template.html'
Optional
timeoutId
timeoutId?: Timeout