Interface UiConfigContainer<TValue, TType>

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

Type Parameters

  • TValue = any
  • TType extends string = string

Hierarchy (view full)

Indexable

  • [id: string]: any

Properties

Properties

uiConfig?: UiObjectConfig<TValue, TType, any>