@flowscripter/example-plugin-api
Preparing search index...
ExtensionPoint1
Interface ExtensionPoint1
An example extension interface to be implemented by a plugin.
interface
ExtensionPoint1
{
sayHello
()
:
void
;
}
Index
Methods
say
Hello
Methods
say
Hello
sayHello
()
:
void
Performs a greeting.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
say
Hello
@flowscripter/example-plugin-api
Loading...
An example extension interface to be implemented by a plugin.