Skip to main content
Version: v1

IFluidDataStoreContextEvents Interface

Signature

export interface IFluidDataStoreContextEvents extends IEvent

Extends: IEvent

Call Signatures

Call SignatureReturn TypeDescription
(event: "attaching" | "attached", listener: () => void): anyany

Call Signature Details

(event: "attaching" | "attached", listener: () => void): any

Signature

(event: "attaching" | "attached", listener: () => void): any;