Search results

AudioSettings API in React RichTextEditor API component

Configures the audio settings of the RichTextEditor.

Properties

allowedTypes

string[]

Specifies whether to allowType based file select.

Defaults to [‘.wav’, ‘.mp3’, ‘.m4a’,‘.wma’]

layoutOption

DisplayLayoutOptions

Specifies whether insert audio inline or break.

Defaults to ‘Inline’

path

string

Specifies the path of the location to store the audio and refer it to display the audio.

Defaults to ‘null’

removeUrl

string

Specifies the URL of remove action that receives the file information and handle the remove operation in server.

Defaults to ‘null’

saveFormat

SaveFormat

Specifies whether the inserted audio is saved as blob or base64.

Defaults to ‘Blob’

saveUrl

string

Specifies the URL of save action that will receive the upload files and save in the server.

Defaults to ‘null’