EditorBridgeSelection
The current canvas selection as the bridge carries it: document-wide, section instance identity included.
The current canvas selection as the bridge carries it: document-wide, section instance identity included. A discriminated union rather than flat optionals so a slot selection structurally always carries its slot id.
Import from @homepages/template-kit or @homepages/template-kit/island-runtime.
Signature
Section titled “Signature”export type EditorBridgeSelection = { kind: "section"; instanceId: string;} | { kind: "slot"; instanceId: string; slotId: string; itemIndex?: number; fieldName?: string;};See also
Section titled “See also”deserializeIslandPropsislandIdserializeIslandPropsATTR_ISLAND_FRAMELESSATTR_ISLAND_IDATTR_ISLAND_KEYATTR_ISLAND_PROPSEDITOR_BRIDGE_PROPEDITOR_BRIDGE_PROTOCOLISLAND_CAPTURE_HOLDS_GLOBALISLAND_ELEMENTIslandPropsErrorEditorBridgeIslandEditorIslandModuleEditorSelectionIslandComponentIslandEditorOptionsIslandPropsIslandServerFrame