Skip to main content

Class: PluginPresetGroup

Extra-Helpers.PluginPresetGroup

Hierarchy

Properties

presets

presets: TPreset[] = []

Inherited from

PresetGroup.presets


name

name: string = ''

Inherited from

PresetGroup.name


selected

selected: undefined | TPreset = undefined

Inherited from

PresetGroup.selected

Methods

addPresets

addPresets(presets): void

Parameters

NameType
presetsTPreset[]

Returns

void

Inherited from

PresetGroup.addPresets


clear

clear(): void

Returns

void

Inherited from

PresetGroup.clear


apply

apply(viewer, preset): Promise<any>

Parameters

NameType
viewerViewerApp
presetTPreset

Returns

Promise<any>

Overrides

PresetGroup.apply

Constructors

constructor

new PluginPresetGroup(name?)

Parameters

NameType
name?string

Inherited from

PresetGroup.constructor