Values.StaticImageOutputDeactivateScheduleActionSettingsSourceSettings for the action to deactivate the image in a specific layer.
type nonrec t = {fadeOut : int option;The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
*)layer : int option;The image overlay layer to deactivate, 0 to 7. Default is 0.
*)outputNames : string list;The name(s) of the output(s) the deactivation should apply to.
*)}