Interface RadioEditorOption<T>

interface RadioEditorOption<T> {
    checkAction?: ActionListener;
    disabled?: RecordBoolean<any>;
    group?: GetRadioEditorGroup<T>;
    readOnly?: RecordBoolean<any>;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

checkAction?: ActionListener
disabled?: RecordBoolean<any>

Use checkAction instead.

readOnly?: RecordBoolean<any>