Skip to main content
Version: v1

IDirectoryValueChanged Interface

Type of "valueChanged" event parameter for SharedDirectory.

Signature

export interface IDirectoryValueChanged extends IValueChanged

Extends: IValueChanged

Properties

Property Type Description
path string The absolute path to the IDirectory storing the key which changed.

Property Details

path

The absolute path to the IDirectory storing the key which changed.

Signature

path: string;

Type: string