The editor for which this mode is created.
The options for the mode. Each mode defines what fields this object contains.
The editor for which this mode is created.
The options for the mode. Each mode defines what fields this object contains.
While this API provides for the case such URL have not been loaded yet or cannot be loaded, this class does not allow such eventuality to occur. Derived classes could allow it.
The default implementation always returns undefined
.
The default implementation returns an empty array.
Gets the mode options. The returned object should be considered frozen. You may inspect it, not modify it.
The base implementation returns an empty array.
The default implementaiton returns an empty array.
undefined
. The default implementation has no mode-specific
checks and thus not return a validator.
Gets the options that the mode wants wed to use with this mode.
The options. Callers are not allowed to modify the value returned.
While this API provides for the case where descriptions have not been loaded yet or cannot be loaded, this class does not allow such eventuality to occur. Derived classes could allow it.
This default implementation always returns undefined
.
Generated using TypeDoc
A mode for wed should be implemented as a module which exports a class derived from this class.