Module Values_0.PluginVisualOptionsSource

The options and persisted properties for the plugin visual.

Sourcetype nonrec t = {
  1. visualProperties : PluginVisualPropertiesList.t option;
    (*

    The persisted properties and their values.

    *)
}
Sourceval make : ?visualProperties:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t