Skip to content

TapeCaptureOptions

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Selects playback artifacts without changing the Tape language.

csharp
public sealed class TapeCaptureOptions

Inheritance

ObjectTapeCaptureOptions

Properties

AsciinemaPath

Gets the destination for an asciicast v2 recording, or null to disable it.

Returns: String

csharp
public string? AsciinemaPath { get; init; }

GoldenTextPath

Gets a destination for golden text, overriding tape text-output destinations when supplied.

Returns: String

csharp
public string? GoldenTextPath { get; init; }

Overwrite

Gets whether existing artifact files may be replaced. The default is false.

Returns: Boolean

csharp
public bool Overwrite { get; init; }

Released under the MIT License.