Ui
showNotification(name, title, message, [sticky], [level])
Parameters
Param
Type
Default
Description
Example
api.ui.showNotification(
'plugin.id',
'An insightful title',
'And descriptive text',
false
)showArticleMessage(origin, id, options)
Parameters
Param
Type
Description
Example
showDialog(contentComponent, props, options, [focusPrimary], [theme], [takeover], [cssClass], [clearSelection], [disableEscKey], [heading])
Parameters
Param
Type
Default
Description
Example
showAuthDialog(authComponent, authProps, authOptions)
Parameters
Param
Type
Description
showMessageDialog(messages, cbContinue, cbCancel, [heading], [showTimestamp])
Parameters
Param
Type
Default
Description
Example
showConfirmDialog(title, message, buttons)
Parameters
Param
Type
Description
Example
showBottomPanel(pluginName, component, [props], [sticky])
Parameters
Param
Type
Default
Description
Example
showOverlay(pluginName, component, [props])
Parameters
Param
Type
Description
Example
hideOverlay(pluginName)
Parameters
Param
Type
Description
Example
getComponent()
Last updated