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

Интерфейс PopoverComponentType

Тип компонента поповера

interface PopoverComponentType {
    new PopoverComponentType(
        props: PopoverProps,
        context?: any,
    ): Component<PopoverProps, any>;
    childContextTypes?: ValidationMap<any>;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<PopoverProps>;
    displayName?: string;
    getDerivedStateFromError?: GetDerivedStateFromError<PopoverProps, any>;
    getDerivedStateFromProps?: GetDerivedStateFromProps<PopoverProps, any>;
    propTypes?: WeakValidationMap<PopoverProps>;
}

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

Индекс

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

Свойства

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