Skip to main content

FileControl

Extends

Constructors

Constructor

new FileControl(options): FileControl;

Parameters

ParameterType
optionsAbstractValueControlOptions

Returns

FileControl

Inherited from

AbstractValueControl.constructor

Accessors

themeStore


value

Get Signature

get value(): Value;
Returns

Value

Set Signature

set value(value): void;
Parameters
ParameterType
valueValue
Returns

void

Inherited from

AbstractValueControl.value

Methods

representAsBtn()

representAsBtn(): Btn;

Returns

Btn

Overrides

AbstractValueControl.representAsBtn


representAsComboBoxItems()

representAsComboBoxItems(options?): ComboBoxItem[];

Parameters

ParameterType
optionsRepresentAsComboBoxItemsEvent

Returns

ComboBoxItem[]

Overrides

AbstractValueControl.representAsComboBoxItems


representAsControl()

representAsControl(): Element;

Returns

Element

Overrides

AbstractValueControl.representAsControl


updateOptions()

updateOptions(options): void;

Parameters

ParameterType
optionsPartial<Omit<Options, "initialValue">>

Returns

void

Inherited from

AbstractValueControl.updateOptions