Skip to content
HomePagesHomePages template kit

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.

export interface IslandContext {
id: string;
key: string;
element: HTMLElement;
editor?: IslandEditorOptions;
mounted: Promise<void>;
}