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