Interface IUiConfigContainer<TValue, TType>

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

Type Parameters

  • TValue = any
  • TType extends string = string

Hierarchy (view full)

Properties

Properties

uiConfig?: UiObjectConfig<TValue, TType, any>