Container

A container to group different components. A container doesn't have any styling options, so it can be completely customized. A container supports multiple views of different content for conditional display (e.g. for different groups of users).

Methods

MethodDescription

selectView(name: string)

selects a view by its name

Triggers

Triggers allow you to launch certain actions upon different events.

On Click

Calls for an action when a component is clicked

On Init

Calls for an action on component initialization

Last updated