Skip to main content
Version: v1

IDirectoryClearOperation Interface

Operation indicating the directory should be cleared.

Signature

export interface IDirectoryClearOperation

Properties

PropertyTypeDescription
pathstringAbsolute path of the directory being cleared.
type"clear"String identifier of the operation type.

Property Details

path

Absolute path of the directory being cleared.

Signature

path: string;

Type: string

type

String identifier of the operation type.

Signature

type: "clear";

Type: "clear"