IFluidDataStoreContextEvents Interface
Signature
export interface IFluidDataStoreContextEvents extends IEvent
Extends: IEvent
Call Signatures
| Call Signature | Return Type | Description |
|---|---|---|
| (event: "attaching" | "attached", listener: () => void): any | any |
Call Signature Details
(event: "attaching" | "attached", listener: () => void): any
Signature
(event: "attaching" | "attached", listener: () => void): any;