IslandContext
What the loader knows about one island once its module has loaded.
What the loader knows about one island once its module has loaded.
Import from @homepages/template-kit/island-runtime.
Signature
Section titled “Signature”export interface IslandContext { id: string; key: string; element: HTMLElement; editor?: IslandEditorOptions; mounted: Promise<void>;}