Search results

AudioSettingsModel API in JavaScript RichTextEditor API control

Interface for a class AudioSettings

Properties

allowedTypes

string[]

Specifies the allowed file types for audio selection.

layoutOption

DisplayLayoutOptions

Specifies whether the audio is inserted inline or with a break.

path

string

Specifies the path for storing and displaying audio files.

removeUrl

string

Specifies the URL for the remove action that handles audio removal on the server.

saveFormat

SaveFormat

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

saveUrl

string

Specifies the URL for the save action that handles uploaded audio files on the server.