ViewOptions is an object that can be passed to endpoints that open UI.
new GalaxySDK.GalaxyController.ViewOptions {
Left = 0,
Top = 0,
Right = 0,
Bottom = 0,
HideCloseButton = false,
CloseButtonPosition = 0, //0 for left, 1 for right
OnClose = onClose //Action
}