Set JavaScript Component Inputs

In this section you will learn how to Set JavaScript Component Inputs

You can specify Inputs to pass data inside the JavaScript Component from Jet Admin if you have defined custom attributes for your JavaScript Component (Examples from GitHub include them already).

For Angular: Please note that Angular changes Input names to dash-case when creating Custom Element (https://angular.io/guide/elements#mapping)

Last updated