IslandModule
The shape a `"use client"` module must have: a default-exported component, optionally `editor`.
The shape a "use client" module must have: a default-exported component, optionally editor.
Import from @homepages/template-kit or @homepages/template-kit/island-runtime.
Signature
Section titled “Signature”export interface IslandModule { default: IslandComponent; editor?: IslandEditorOptions; serverFrame?: boolean;}See also
Section titled “See also”deserializeIslandPropsislandIdserializeIslandPropsATTR_ISLAND_FRAMELESSATTR_ISLAND_IDATTR_ISLAND_KEYATTR_ISLAND_PROPSEDITOR_BRIDGE_PROPEDITOR_BRIDGE_PROTOCOLISLAND_CAPTURE_HOLDS_GLOBALISLAND_ELEMENTIslandPropsErrorEditorBridgeIslandEditorEditorBridgeSelectionEditorSelectionIslandComponentIslandEditorOptionsIslandPropsIslandServerFrame