Skip to main content

Class: PluginPresetGroup

Extra-Helpers.PluginPresetGroup

Hierarchy

Properties

presets

presets: TPreset[] = []

Inherited from

PresetGroup.presets

Defined in

webgi/src/helpers/presetGroups.ts:15


name

name: string = ''

Inherited from

PresetGroup.name

Defined in

webgi/src/helpers/presetGroups.ts:16


selected

selected: undefined | TPreset = undefined

Inherited from

PresetGroup.selected

Defined in

webgi/src/helpers/presetGroups.ts:17

Constructors

constructor

new PluginPresetGroup(name?)

Parameters

NameType
name?string

Inherited from

PresetGroup.constructor

Defined in

webgi/src/helpers/presetGroups.ts:35

Methods

apply

apply(viewer, preset): Promise<any>

Parameters

NameType
viewerViewerApp
presetTPreset

Returns

Promise<any>

Overrides

PresetGroup.apply

Defined in

webgi/src/helpers/presetGroups.ts:79