render page
This block is part of the User Interface group and was last modified in core v13.0.2.
render page Deprecated since v13.0.2 v13.0.2 Sends the combined HTML to the frontend and renders the page. All previously encountered broadcasts will be executed after the page has been rendered.
- flow
flow - timeout
numberDefines how long the backend will wait on a response from the frontend as soon as this block was reached. The maximum timeout is 60 seconds
- UI Component required
uicomponentThe default HTML displayed on this page. We will serve the main base using SSR (Server Side Rendering).
- Title required
valueThe title of this page shown in embeds and browsers.
- Description
valueThe description of this page shown in embeds and browsers.
- meta tags
array<object>Other meta tags used on this page, define as:
[{ name, content } / { property, content }] - viewport
valueViewport used on this page.
- stylesheet
stylesheetCustoms stylesheet to use on this page
- json scope
scopeScope the user needs to have to be able to view the JSON of the document
- revisions scope
scopeScope the user needs to have to be able to view the revisions of the document
- guid
valueThe guid will be used for the json and revisions modal
- storage
storageThe storage will be used for the json and revisions modal
- On render required
inpinfunctionWill be called after the frontend renders the page. This needs to be set in order for the frontend to receive all previously queued ui actions that interact with the frontend
return |
Version history
Introduced in v13.0.2.
Deprecated since v13.0.2.
Back to
User Interface Return to the main group to view all sub-groups Back to UI Return to the group to view all blocks within this group