Skip to content 

IDirectoryValueChanged Interface

Packages > @fluidframework/map > IDirectoryValueChanged

Type of “valueChanged” event parameter for SharedDirectory

Signature:

export interface IDirectoryValueChanged extends IValueChanged 

Extends: IValueChanged

Properties

List of properties of this interface
Property Type Description
path string The absolute path to the IDirectory storing the key which changed.

Events

path

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

Signature:

path: string;