Interface describing feature properties.

Since

2020.1

interface FeatureProperties {
    [key: string]: any;
}

Hierarchy (view full)

Indexable

[key: string]: any