Skip to content

BasesPluginInstance.deregisterFunction method

BasesPluginInstance › deregisterFunction

Unofficial

Deregisters a function.

Signature:

deregisterFunction(name: string): void

Parameters:

Parameter Type Description
name string The name of the function to deregister.

Returns: void