view_target method

view_target

Sets the viewTarget attribute of the view element, specifying the target elements for the view.

Returns

The current SVGViewElementBuilder instance.

def view_target(self, view_targets):
    ...
ParameterTypeDescription
view_targetslistAn array of identifiers for the target elements.

Exceptions

ExceptionDescription
ArgumentExceptionThrown when viewTargets is null or empty.

See Also