Юниверс DG SDK UI
v2.15.0

Интерфейс SelectPaginatedComponentType

Тип компонента выбора с пагинацией

interface SelectPaginatedComponentType {
    new SelectPaginatedComponentType<
        OPT extends SelectOption<any> = SelectOption<SelectSingleValueType>,
    >(
        props: SelectPaginatedProps<OPT>,
        context?: any,
    ): Component<SelectPaginatedProps<OPT>, any>;
    childContextTypes?: ValidationMap<any>;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<
        SelectPaginatedProps<SelectOption<SelectSingleValueType>>,
    >;
    displayName?: string;
    propTypes?: WeakValidationMap<
        SelectPaginatedProps<SelectOption<SelectSingleValueType>>,
    >;
}
Индекс

Конструкторы

Свойства

childContextTypes?: ValidationMap<any>
contextType?: Context<any>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<
    SelectPaginatedProps<SelectOption<SelectSingleValueType>>,
>
displayName?: string