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

Интерфейс LogicGroupComponentType

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

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

Свойства

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