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

Интерфейс DatePickerComponentType

Тип элемента выбора даты

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

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

Индекс

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

Свойства

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