Module Values.StaticImageDeactivateScheduleActionSettingsSource

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.

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