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

Интерфейс CardPanelComponentType

Тип компонента панели карточки

interface CardPanelComponentType {
    new CardPanelComponentType(
        props: CardPanelProps,
        context?: any,
    ): Component<CardPanelProps, any>;
    childContextTypes?: ValidationMap<any>;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<CardPanelProps>;
    displayName?: string;
    getDerivedStateFromError?: GetDerivedStateFromError<CardPanelProps, any>;
    getDerivedStateFromProps?: GetDerivedStateFromProps<CardPanelProps, any>;
    Grid: CardPanelGridComponentType;
    Group: CardPanelGroupComponentType;
    propTypes?: WeakValidationMap<CardPanelProps>;
}

Иерархия (Просмотр сводки)

Индекс

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

Свойства

childContextTypes?: ValidationMap<any>
contextType?: Context<any>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<CardPanelProps>
displayName?: string
getDerivedStateFromError?: GetDerivedStateFromError<CardPanelProps, any>
getDerivedStateFromProps?: GetDerivedStateFromProps<CardPanelProps, any>