Go To Action
Creates action instance.
Parameters
page Index
Index of the page to skip to once the action is triggered.
constructor(@IntRange(from = 0 ) pageIndex: Int, type: DestinationType, left: Float, top: Float, width: Float, height: Float, zoom: Float, @Nullable subActions: List<Action>)
Creates action instance.
Parameters
page Index
Index of the page to skip to once the action is triggered.
sub Actions
List of sub-actions of this action.