[]
        
(Showing Draft Content)

ReplaceTextSettings

Type Alias: ReplaceTextSettings

ReplaceTextSettings: object

Replace Text dialog settings.

Type declaration

title?

optional title: string

Dialog title.

Default

'Replace Text'

Example

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