ReplaceTextSettings 型の別名

ReplaceTextSettings: { title?: string }

テキスト置換ダイアログの設定。

型宣言

  • オプション title?: string

    ダイアログのタイトル。

    既定値

    'Replace Text'

    サンプル

     options.replaceText = {
    title: 'Replace text in document'
    };