core
    正在准备搜索索引...

    接口 ShowModalResult

    模态弹框结果

    interface ShowModalResult {
        cancel: boolean;
        confirm: boolean;
        content?: string;
    }
    索引

    属性

    cancel: boolean

    为 true 时,表示用户点击了取消

    confirm: boolean

    为 true 时,表示用户点击了确定按钮

    content?: string

    editable 为 true 时,用户输入的文本