aspnetcore-js-devexpress-dot-richedit-19cf13b0.md
Declares RichEdit options that can be registered in the Nuance Dragon SpeechKit.
export interface NusaRegisterOptions
Specifies a name that users can use to focus the RichEdit with the go to voice command.
conceptName?: string
| Type | Description |
|---|---|
| string |
The RichEdit name.
|
Specifies the name that identifies the RichEdit control’s container in the Nuance SpeechKit.
customContainerType?: string
| Type | Description |
|---|---|
| string |
The identifier of the RichEdit control’s container. The default value is “DevExpressRichEditContainer”.
|
Specifies the name that identifies the RichEdit control in the Nuance SpeechKit.
customControlType?: string
| Type | Description |
|---|---|
| string |
The RichEdit control identifier. The default value is “DevExpressRichEdit”.
|