Back to Devexpress

NusaRegisterOptions Interface

aspnetcore-js-devexpress-dot-richedit-19cf13b0.md

latest1.2 KB
Original Source

NusaRegisterOptions Interface

Declares RichEdit options that can be registered in the Nuance Dragon SpeechKit.

Declaration

ts
export interface NusaRegisterOptions

Properties

conceptName Property

Specifies a name that users can use to focus the RichEdit with the go to voice command.

Declaration

ts
conceptName?: string

Property Value

TypeDescription
string

The RichEdit name.

|

customContainerType Property

Specifies the name that identifies the RichEdit control’s container in the Nuance SpeechKit.

Declaration

ts
customContainerType?: string

Property Value

TypeDescription
string

The identifier of the RichEdit control’s container. The default value is “DevExpressRichEditContainer”.

|

customControlType Property

Specifies the name that identifies the RichEdit control in the Nuance SpeechKit.

Declaration

ts
customControlType?: string

Property Value

TypeDescription
string

The RichEdit control identifier. The default value is “DevExpressRichEdit”.

|