Skip to content

destillationapp-frontend v0.1.0


destillationapp-frontend / types/events / BaseRadioInputEvents

Interface: BaseRadioInputEvents()

Defined in: types/events.ts:91

Events emitted by the base radio input.

Param

Update the selected option.

Param

The new selected option.

Param

Select an option.

Param

The selected option.

Call Signature

BaseRadioInputEvents(e, newOption): void

Defined in: types/events.ts:92

Events emitted by the base radio input.

Parameters

e

"update:modelValue"

newOption

string

Returns

void

Param

Update the selected option.

Param

The new selected option.

Param

Select an option.

Param

The selected option.

Call Signature

BaseRadioInputEvents(e, newOption): void

Defined in: types/events.ts:93

Events emitted by the base radio input.

Parameters

e

"selectOption"

newOption

string

Returns

void

Param

Update the selected option.

Param

The new selected option.

Param

Select an option.

Param

The selected option.