GifScenarioSpec

data class GifScenarioSpec(val name: String, val capture: GifCaptureConfig)

A named scenario and its capture configuration.

Constructors

Link copied to clipboard
constructor(name: String, capture: GifCaptureConfig)

Properties

Link copied to clipboard

Capture configuration for this scenario.

Link copied to clipboard

Scenario identifier used by generated registries and tooling.