sidebar_label: HandleOr
HandleOr type
Signature
export
type
HandleOr<T> = HandleFor<T> | JSHandle<T> | T;
References:
HandleFor
,
JSHandle