MashPlugin.

Classes

MashPlugableClass

Extends PlugableClass.

new MashPlugableClass(): MashPlugableClass

Returns MashPlugableClass. Inherited from PlugableClass.constructor.

PropertyType
command(args: MashCommandsArgs) => MashCommands
container() => Media
content() => Media
edit(args: EditArgs) => UndoableEdit
edits(args: ClientMash) => UndoableEdits
functionsFunctionRecord
svgs(args: MashPreviewsArgs) => MashPreviews

Methods

install(definition, …ids): void | Errored

ParameterTypeDescription
definitionstring | Function | StringTuple
idsstring[]

Returns void | Errored. Inherited from PlugableClass.install.

toString(): string

Returns string. Inherited from PlugableClass.toString.

Variables

MashPlugin

const MashPlugin: MashPlugableClass

Functions

commandMashPlug

commandMashPlug(args?, opts?): MashCommands

ParameterType
args?MashCommandsArgs
opts?PrimitiveOrUndefined

Returns MashCommands.