AudioSettingsModel

23 Sep 20251 minute to read

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.

maxFileSize number

Specifies the maximum file size for audio uploads in bytes.

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.