MashPlugin.
Classes
MashPlugableClass
Extends PlugableClass.
new MashPlugableClass():
MashPlugableClass
Returns MashPlugableClass. Inherited from PlugableClass.constructor.
| Property | Type |
|---|---|
command | (args: MashCommandsArgs) => MashCommands |
container | () => Media |
content | () => Media |
edit | (args: EditArgs) => UndoableEdit |
edits | (args: ClientMash) => UndoableEdits |
functions | FunctionRecord |
svgs | (args: MashPreviewsArgs) => MashPreviews |
Methods
install(
definition, …ids):void|Errored
| Parameter | Type | Description |
|---|---|---|
definition | string | Function | StringTuple | |
…ids | string[] |
Returns void | Errored. Inherited from PlugableClass.install.
toString():
string
Returns string. Inherited from PlugableClass.toString.
Variables
MashPlugin
constMashPlugin:MashPlugableClass
Functions
commandMashPlug
commandMashPlug(
args?,opts?):MashCommands
| Parameter | Type |
|---|---|
args? | MashCommandsArgs |
opts? | PrimitiveOrUndefined |
Returns MashCommands.