Module Values.StaticImageOutputDeactivateScheduleActionSettingsSource

Settings for the action to deactivate the image in a specific layer.

Sourcetype nonrec t = {
  1. fadeOut : int option;
    (*

    The time in milliseconds for the image to fade out. Default is 0 (no fade-out).

    *)
  2. layer : int option;
    (*

    The image overlay layer to deactivate, 0 to 7. Default is 0.

    *)
  3. outputNames : string list;
    (*

    The name(s) of the output(s) the deactivation should apply to.

    *)
}
Sourceval context_ : string
Sourceval make : ?fadeOut:??? -> ?layer:??? -> outputNames:string list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `List of [> `String of string ] 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