Type Alias: TFrameEvents
TFrameEvents =
object
Defined in: types/index.ts:193
The frame event handlers.
Properties
onAppError?
optionalonAppError:null| (e?) =>void
Defined in: types/index.ts:195
The function called when SDK is initialized with an error. This error is returned during the initialization.
onAppReady?
optionalonAppReady:null| (e?) =>void
Defined in: types/index.ts:197
The function called when SDK is initialized successfully.
onAuthSuccess?
optionalonAuthSuccess:null| (e?) =>void
Defined in: types/index.ts:199
The function called upon successful authorization.
onCloseCallback?
optionalonCloseCallback:null| (e?) =>void
Defined in: types/index.ts:201
The function called in the "room-selector" and "file-selector" modes when the room or file selector is closed or the selection is canceled.
onContentReady?
optionalonContentReady:null| (e?) =>void
Defined in: types/index.ts:203
The function called when the frame is loaded.
onDownload?
optionalonDownload:null| (e?) =>void
Defined in: types/index.ts:205
The function called when download events are fired from the manager. The function returns a link to the download object. This event is triggered only when the "downloadToEvent" parameter is specified in the config.
onEditorCloseCallback?
optionalonEditorCloseCallback:null| (e?) =>void
Defined in: types/index.ts:207
The function called when the document editor is closed.
onNoAccess?
optionalonNoAccess:null| (e?) =>void
Defined in: types/index.ts:209
The function called when trying to initialize the frame in a room or folder that is inaccessible or has been deleted.
onNotFound?
optionalonNotFound:null| (e?) =>void
Defined in: types/index.ts:211
The function called when trying to initialize the frame in a room or folder that is not found.
onSelectCallback?
optionalonSelectCallback:null| (e?) =>void
Defined in: types/index.ts:213
The function called in the "room-selector" and "file-selector" modes when a room or file is selected, returning information about the selected item.
onSignOut?
optionalonSignOut:null| (e?) =>void
Defined in: types/index.ts:215
The function called when logging out of the user account.
onEditorOpen?
optionalonEditorOpen:null| (e?) =>void
Defined in: types/index.ts:217
The function called when the document editor is opened for creating or editing documents, or filling out forms, from the context menu, modal windows, panels, or hotkeys.
onFileManagerClick?
optionalonFileManagerClick:null| (e?) =>void
Defined in: types/index.ts:219
The function called when a file is clicked in the list of files.