id
Optional
Type: string
Default: unset
An id
can be assigned to a UI component, which then targets the specific component and enables calling component methods on it from JavaScript/TypeScript.
Example - id
on a text-input
id
on a text-input
main.view.xml
main.js
Last updated