Interface: PageDef
Defined in: packages/plugin-sdk/src/frontend.ts:81
Properties
id
id:
string
Defined in: packages/plugin-sdk/src/frontend.ts:82
path
path:
string
Defined in: packages/plugin-sdk/src/frontend.ts:84
Route path under the plugin namespace.
title
title:
string| (() =>string)
Defined in: packages/plugin-sdk/src/frontend.ts:85
Methods
mount()
mount(
container):void| (() =>void)
Defined in: packages/plugin-sdk/src/frontend.ts:87
Mount the page UI into the host-provided container; return a teardown.
Parameters
container
unknown
Returns
void | (() => void)