OtherWritableDestinationWritableDestination.onceVersion: 25.10.0On this pageWritableDestination.once() method Signature interface WritableDestination { once?(event: string, cb: (arg?: unknown) => void): unknown;} Parameters ParameterTypeDescriptioneventstringcb(arg?: unknown) => void Returns: unknown