Values_1.ViewInputContentSourceView content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.
type nonrec t = {template : ViewTemplate.t option;The view template representing the structure of the view.
*)actions : ViewActions.t option;A list of possible actions from the view.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ViewAction.t ] list
| `String of ViewTemplate.t ])
list ]