Values.DescribeAppInputSourceReturns the state of the given custom app.
type nonrec t = {app : SimSpaceWeaverLongResourceName.t;The name of the app.
*)domain : SimSpaceWeaverResourceName.t;The name of the domain of the app.
*)simulation : SimSpaceWeaverResourceName.t;The name of the simulation of the app.
*)}val make :
app:SimSpaceWeaverLongResourceName.t ->
domain:SimSpaceWeaverResourceName.t ->
simulation:SimSpaceWeaverResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of SimSpaceWeaverLongResourceName.t ]) list ]