abstra-docs
Search…
⌃K

Subview

Reutilized component
The subview element lets you choose where and how to easily add your custom created components in a page. It is specially helpful if you have lots of custom components
Use this component as a placeholder slot for you to add and organize your component canvas

Arguments

subview

The component to be rendered. Format: subview

overflow

What to do when the selected component exceeds its limits. Options are:
  • Hidden (value hidden): Do not show the exceeded content
  • Auto (value auto): Scroll when needed
  • Visible (value visible): Display the exceeded content anyway
Format: discrete text Default: hidden

Events

The following are the events triggered by this element:

On click

When this element is clicked, a click event is triggered and actions with this trigger will be initiated. No additional information is loaded on the context.
Last modified 1yr ago