interface DefaultLayerPropertyConfig {
    displayName?: string;
    propertyName: string;
}

Hierarchy (view full)

Properties

displayName?: string
propertyName: string