Interface UiConfigContainer<TValue, TType>

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

Type Parameters

  • TValue = any
  • TType extends string = string

Hierarchy (View Summary)

Indexable

  • [id: string]: any

Properties

Properties