register Editor Statusbar Content
Type: Function
How to get registerEditorStatusbarContent?
JavaScript
import registerEditorStatusbarContent from 'fontoxml-editor/src/registerEditorStatusbarContent.js'
Add arbitrary content to Fonto's statusbar.
Call this in the install.js
of the package providing the React component to use as the statusbar's content. Statusbar content is ordered from left to right by decreasing priority: content with higher priority is shown on the left.
Arguments
content
(Required)