メインコンテンツへスキップ
バージョン: 22.5.0

HandleOr型

シグネチャ:

export type HandleOr<T> = HandleFor<T> | JSHandle<T> | T;

参照: HandleFor, JSHandle