from

abstract fun from(page: String): List<ComponentEditor>

All component editors inside the page identified by page id or name.


abstract fun from(page: Page): List<ComponentEditor>

All component editors inside the provided page model.