IDirectoryValueChanged Interface
Packages > @fluidframework/map > IDirectoryValueChanged
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. |
Events
path
The absolute path to the IDirectory storing the key which changed.
Signature:
path: string;