LogoRobo.js
Framework

FlashcorePlugin

Interface: FlashcorePlugin

Flashcore plugin interface (Phase 10). Stubbed here for type completeness.

Properties

PropertyType
namestring

Methods

setup()?

optional setup(ctx): void | Promise<void>

Parameters

ParameterType
ctxunknown

Returns

void | Promise<void>


shutdown()?

optional shutdown(): void | Promise<void>

Returns

void | Promise<void>

On this page