Interface IUiConfigContainer<TValue, TType>

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

Type Parameters

  • TValue = any
  • TType extends string = string

Hierarchy (View Summary)

Properties

Properties