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