Api
Last updated
Last updated
Top level api object from which all other api modules are available.
string
Get current version of the Writer
Returns: string
- Version tag
*
Get configuration value in a plugins local configuration data section. If no path is given the full configuration object for the plugin instance is returned.
Returns: *
- The value of the wanted configuration path or default value
Boolean
Check if the configuration has been overridden with local configuration
Object
Return a fresh instance of a specific plugin provided module
Get modules targeted at a specific consumer
Name
Type
Description
article
Article
Required - See Article
document
Required - See Document
newsItem
NewsItem
Required - See NewsItem
events
Required - See Events
router
Required - See Router
browser
Browser
Required - See Browser
ui
Ui
Required - See Ui
upload
Upload
Required - See Upload
settings
Settings
Required - See Settings
user
User
Required - See User
history
History
Required -
stateHandler
StateHandler
Required - Reference to a StateHandler
editorSession
EditorSession
Required - Substance editorSession
doc
Doc
Required - The editorSession document
Param
Type
Description
id
string
Required - Plugin id to fetch configuration value for
path
string
Required - Optional configuration path in the data section
defaultValue
*
Required - Optional default value if no value is found
Param
Type
Description
moduleId
string
Required - Module id
Param
Type
Description
targetId
string
Required - Target id of the consumer