role property

  1. @Input.new()
String? role
getter/setter pair

The role to assign to the inner input element.

For example, "textbox", "checkbox" and etc.

Implementation

@Input()
String? role;