UnderlyingSource
interface UnderlyingSource <R = any> {
cancel?: UnderlyingSourceCancelCallback;
pull?: UnderlyingSourcePullCallback<R>;
start?: UnderlyingSourceStartCallback<R>;
type?: undefined;
}§Properties
§
cancel?: UnderlyingSourceCancelCallback
[src]§
pull?: UnderlyingSourcePullCallback<R>
[src]§
start?: UnderlyingSourceStartCallback<R>
[src]