NextGIS Frontend
    Preparing search index...

    Interface ChangeEvent<V, O>

    interface ChangeEvent<
        V = any,
        O extends ItemBasePropertyOptions<V> = ItemBasePropertyOptions<V>,
    > {
        options: O | undefined;
        value: V | undefined;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index
    options: O | undefined
    value: V | undefined