interface ComplexAttributeSectionProps {
    allowChangeView: boolean;
    allowModalForNested?: boolean;
    attrLabelPosition?: string;
    attrLabelWidth?: number;
    dataCardStore: AbstractCardStore<IRecordEntity>;
    dataEntityStore: AbstractRecordEntityStore<IRecordEntity>;
    dataPath: string;
    extraButtons?: ReactNode;
    isNavigable: boolean;
    metaEntityStore: UPathMetaStore<IMetaModel>;
    metaPath: string;
    navigableItemsStore?: NavigableItemsStore;
    title: string;
    validateCreated?: boolean;
}

Properties

allowChangeView: boolean
allowModalForNested?: boolean
attrLabelPosition?: string
attrLabelWidth?: number
dataPath: string
extraButtons?: ReactNode
isNavigable: boolean
metaEntityStore: UPathMetaStore<IMetaModel>
metaPath: string
navigableItemsStore?: NavigableItemsStore
title: string
validateCreated?: boolean