EmbedLibraryPage

This page is a reference to the EmbedLibraryPage type used in the `embed-dossier-mstr-react` library.

Methods

MethodParametersReturn TypeDescription
getAllMyGroupsnonePromise<{ id: string; name: string }[]>Returns a promise resolving to an array of user groups
getAllDefaultGroupsnonePromise<{ id: string; name: string }[]>Returns a promise resolving to an array of default groups
setNavigationBarEnabledenabled: booleanvoidEnables or disables the navigation bar
setSidebarVisibilityshown: booleanvoidShows or hides the sidebar
addCustomErrorHandlerhandler: (error: ErrorHandlerInterface) => void, showErrorPopup: booleanvoidAdds a custom error handler
addSessionErrorHandlerhandler: (error: ErrorHandlerInterface) => void, showErrorPopup: booleanvoidAdds a session error handler