uiconfig.js

    Interface UiConfigContainer<TValue, TType>

    interface UiConfigContainer<TValue = any, TType extends string = string> {
        uiConfig?: UiObjectConfig<TValue, TType, any>;
        [id: string]: any;
    }

    Type Parameters

    • TValue = any
    • TType extends string = string

    Hierarchy (View Summary)

    Indexable

    • [id: string]: any
    Index

    Properties

    Properties

    uiConfig?: UiObjectConfig<TValue, TType, any>
    MMNEPVFCICPMFPCPTTAAATR