META UI Components
    Preparing search index...

    Interface IMeInputOptionLink

    interface IMeInputOptionLink {
        afterSaveAction?: TAfterSaveAction;
        modalSize?: string;
        target: string;
        type: string;
        value: IMeInputOptionLinkValue;
    }
    Index

    Properties

    afterSaveAction?: TAfterSaveAction

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

    modalSize?: string

    Размер модального окна

    ( xs, sm, lg, normal, max )

    normal
    
    target: string

    ( _modal, _blank )

    type: string

    ( href, meta )