Search results

AudioSettingsModel API in Vue RichTextEditor API component

Interface for a class AudioSettings

Properties

allowedTypes

string[]

Specifies whether to allowType based file select.

layoutOption

DisplayLayoutOptions

Specifies whether insert audio inline or break.

path

string

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

removeUrl

string

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

saveFormat

SaveFormat

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

saveUrl

string

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