Print

The Print Container is for setting contents to be printed. Our Invoice Generator is a great use case for the Print Container. Each Print Container represents a single page you want to print.

A trigger is needed for the printing. In the following example, we used a button to trigger the "Print page" event of the Print Container. Everything in the Print Container will be printed.

Supported Events

No supported events.

Supported Actions

Print Page: Print contents of the print container.

Set Data: Change element data. See Data Store.

Set Loading: Set loading animation. See Set loading animations.

Visit Interactions for more on events and actions.

Last updated