ReplaceTextSettings: { title?: string }

Replace Text dialog settings.

Type declaration

  • Optional title?: string

    Dialog title.

    Default

    'Replace Text'

    Example

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