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

Интерфейс DropDownTreeComponentType

interface DropDownTreeComponentType {
    new DropDownTreeComponentType<T = any>(
        props: DropDownTreeProps<T>,
        context?: any,
    ): Component<DropDownTreeProps<T>, any>;
    childContextTypes?: ValidationMap<any>;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<DropDownTreeProps<any>>;
    displayName?: string;
    propTypes?: WeakValidationMap<DropDownTreeProps<any>>;
}
Индекс

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

Свойства

childContextTypes?: ValidationMap<any>
contextType?: Context<any>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<DropDownTreeProps<any>>
displayName?: string