closeLibraryFile()

closeLibraryFile(id?: string)

Closes a concrete library file. If the file is not opened, then nothing will happen.

sambaFrame.closeLibraryFile();

Sample use case: You may have buttons in your integration to control file opening and closing.

Used in conjunction with openLibraryFile().

Last updated