Hierarchy (view full)

Constructors

Properties

id: string = ...
operations: Set<DemosWorkOperation> = ...
operationScript: BaseOperationScript = ...
output: {
    success: {
        src: {
            key: string;
            self: DemosWorkOperation;
        };
        type: work;
    };
} = ...
steps: Record<string, WorkStep> = {}
type: OperationType = "base"

Accessors

Methods