Class: PluginPresetGroup
Extra-Helpers.PluginPresetGroup
Hierarchy
↳
PluginPresetGroup
Properties
presets
• presets: TPreset
[] = []
Inherited from
Defined in
webgi/src/helpers/presetGroups.ts:15
name
• name: string
= ''
Inherited from
Defined in
webgi/src/helpers/presetGroups.ts:16
selected
• selected: undefined
| TPreset
= undefined
Inherited from
Defined in
webgi/src/helpers/presetGroups.ts:17
Methods
clear
▸ clear(): void
Returns
void
Inherited from
Defined in
webgi/src/helpers/presetGroups.ts:35
apply
▸ apply(viewer
, preset
): Promise
<any
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
preset | TPreset |
Returns
Promise
<any
>
Overrides
Defined in
webgi/src/helpers/presetGroups.ts:84
Constructors
constructor
• new PluginPresetGroup(name?
)
Parameters
Name | Type |
---|---|
name? | string |