Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 722 Bytes

use-javascript-component-outputs.md

File metadata and controls

13 lines (8 loc) · 722 Bytes
description
In this section you will learn how to use JavaScript Component Outputs

Use JavaScript Component Outputs

You can specify Outputs to take from your JavaScript Component and use their values in other Jet Admin components. For such cases, you should set Outputs inside your JavaScript Component by sending CustomEvent with Output name and its value in the detail field (Examples from GitHub include it already).

Then you can create Output set its name and use it for other components (for example set Text Field value to JavaScript Component Output).