tabIds property

  1. @Input.new()
List<String> tabIds
getter/setter pair

List of tab button ids.

Implementation

@Input()
late List<String> tabIds;