artboard abstract method

ViewModelInstanceArtboard? artboard(
  1. String path
)

Access a property instance of type ViewModelInstanceArtboard belonging to the view model instance or to a nested view model instance.

The path is a forward-slash-separated "/" string representing the path to the property instance.

Implementation

ViewModelInstanceArtboard? artboard(String path);