Interface ChangeEvent<V, O>

interface ChangeEvent<V, O> {
    options: O;
    value: V;
}

Type Parameters

Properties

Properties

options: O
value: V