OverlayArgs

data class OverlayArgs(val animations: Output<List<AnimationArgs>>? = null, val image: Output<ImageArgs>? = null) : ConvertibleToJava<OverlayArgs>

Overlay configuration.

Constructors

Link copied to clipboard
fun OverlayArgs(animations: Output<List<AnimationArgs>>? = null, image: Output<ImageArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): OverlayArgs

Properties

Link copied to clipboard
val animations: Output<List<AnimationArgs>>? = null

List of Animations. The list should be chronological, without any time overlap.

Link copied to clipboard
val image: Output<ImageArgs>? = null

Image overlay.