Properties that can be passed into the constructor for layer-preset/LayerPresetSettings!LayerPresetSetting.

interface LayerPresetSettingProperties {
    childrenIncludedInLayerList?: boolean;
    definitionExpression?: string;
    expanded?: boolean;
    includedInLayerList?: boolean;
    maxScale?: number;
    minScale?: number;
    opacity?: number;
    sublayers?: SublayerPresetJson[];
    visible?: boolean;
}

Properties

childrenIncludedInLayerList?: boolean
definitionExpression?: string
expanded?: boolean
includedInLayerList?: boolean
maxScale?: number
minScale?: number
opacity?: number
sublayers?: SublayerPresetJson[]
visible?: boolean