Promise which is resolved when the system is initialized and ready to use.
Is this object destroyed?
Checks if the system is initialized and ready to use.
Binds new registration with itself. This registration/destroyable will be destroyed with this.
Checks if the system is initialized and ready to use. If not, throws an error. If it is, do nothing.
Checks, whether the object is not destroyed
Message that will replace default one before error
Callback runed before error is thrown; typically this can be some logging
Imports one file into the board.
objects which can be used to undo the importment (typically ongoing operation) OR null if import fails
Imports ONE of given files into the board. It will be picked according to priority of file support modules.
objects which can be used to undo the importment (typically ongoing operation) OR null if import fails
Imports content from URL
objects which can be used to undo the importment (typically ongoing operation) OR null if import fails
Note: If you want to fetch and import content of URL and materialize it, use the importFile with the util fetchAsFile
Chcek whether the given object is destroyable
Import system makes support for files which are dragged onto board, imporded or pasted It auto-installs / uninstalls file support modules.