Package-level declarations

Types

Link copied to clipboard

Lookup helpers for component editors within a document. Find editors by page or by component key and return typed editors when possible.

Link copied to clipboard
Link copied to clipboard
interface PageCollection

Page management API with navigation, duplication, and visibility. Exposes reactive state and typed lookup of page editors.

Link copied to clipboard
data class PageCollectionState(val view: View?, val pages: List<Page>, val page: Page?)