META UI Components
    Preparing search index...

    Interface IMeTableCellExpand

    interface IMeTableCellExpand {
        afterSaveAction?: TAfterSaveAction;
        content: ReactNode;
        dotted?: boolean;
        entityId: string;
        env: PageEnv;
        label: string;
        modalMode: string;
        modalSize: string;
        mode: string;
        objectId: string;
        pageId: string;
        show_actors?: boolean;
        size: string;
    }
    Index

    Properties

    afterSaveAction?: TAfterSaveAction

    Поле, регулирующее поведение модального окна после сохранения/сабмита.

    content: ReactNode
    dotted?: boolean
    entityId: string
    env: PageEnv
    label: string
    modalMode: string

    sidenav, modal

    modalSize: string

    sm, md, lg, ' '

    mode: string
    objectId: string
    pageId: string
    show_actors?: boolean

    Указываем показать акторы в модалке или нет

    size: string

    sm, md, lg, ' '