uiconfig.js
    Preparing search index...

    Interface IUiConfigContainer<TValue, TType>

    interface IUiConfigContainer<TValue = any, TType extends string = string> {
        uiConfig?: UiObjectConfig<TValue, TType, any>;
    }

    Type Parameters

    • TValue = any
    • TType extends string = string

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    uiConfig?: UiObjectConfig<TValue, TType, any>