uiconfig.js

    Interface ChangeEvent

    interface ChangeEvent {
        config?: UiObjectConfig<any, string, any>;
        configPath?: UiObjectConfig<any, string, any>[];
        last?: boolean;
        lastValue?: any;
        target?: UiObjectConfig<any, string, any>;
        type: "change";
        value?: any;
    }
    Index

    Properties

    config?: UiObjectConfig<any, string, any>
    configPath?: UiObjectConfig<any, string, any>[]
    last?: boolean
    lastValue?: any
    target?: UiObjectConfig<any, string, any>
    type: "change"
    value?: any
    MMNEPVFCICPMFPCPTTAAATR