Skip to content
HomePagesHomePages template kit

useEditor

Whether this island is live in an editor canvas, and what is selected inside its own section instance.

Whether this island is live in an editor canvas, and what is selected inside its own section instance.

During server rendering, on published pages, and under an incompatible bridge protocol it returns { inCanvas: false, selection: null } — hydration-safe by construction. selection is already scoped to the island’s own section instance and keeps its identity between publishes, so it is safe to use as an effect dependency.

Import from @homepages/template-kit.

function useEditor(): UseEditorResult

UseEditorResult