Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 279 Bytes

File metadata and controls

25 lines (17 loc) · 279 Bytes
code type title description
true
page
list | Framework | Core
BackendPlugin.list method

list()

Returns the list of loaded plugins.

list (): string[]

Usage

const pluginNames = app.plugin.list();