AbstractInteractiveSetting<T>
Deprecated
Extends
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends AbstractInteractiveControlOptions | AbstractInteractiveControlOptions |
Constructors
Constructor
new AbstractInteractiveSetting<T>(options): AbstractInteractiveSetting<T>;
Parameters
| Parameter | Type |
|---|---|
options | T |
Returns
AbstractInteractiveSetting<T>
Inherited from
Properties
| Property | Type | Inherited from |
|---|---|---|
deserialized | boolean | AbstractSetting.deserialized |
logger | Logger | AbstractSetting.logger |
options | T | AbstractSetting.options |
Accessors
initialized
Inherited from
Methods
canBeChanged()
canBeChanged(): boolean;
Returns
boolean
doDeserialize()
doDeserialize(data): void;
FYI: This is called after init()
Parameters
| Parameter | Type |
|---|---|
data | any |
Returns
void
Inherited from
doSerialize()
doSerialize(): any;
Returns
any
Inherited from
generateControl()
abstract generateControl(): Element;
Returns
Element
init()
init(): Promise<void>;
Returns
Promise<void>
Inherited from
reset()
abstract reset(): any;
Returns
any
Inherited from
save()
save(): void;
Returns
void
Inherited from
updateOptions()
updateOptions(options): void;
Parameters
| Parameter | Type |
|---|---|
options | Partial<T> |
Returns
void
Inherited from
waitForReady()
waitForReady(): Promise<AbstractInteractiveSetting<T>>;
Returns
Promise<AbstractInteractiveSetting<T>>