Go To Action
constructor(pageIndex: Int, subActions: List<Action> = emptyList(), destination: Destination = Destination(
pageIndex = pageIndex,
type = DestinationType.FitPage,
left = 0f,
top = 0f,
width = 0f,
height = 0f,
zoom = 0f
))