@arl/leaflet-tracksymbol2
Preparing search index...
<internal>
UnderlyingDefaultSource
Interface UnderlyingDefaultSource<R>
interface
UnderlyingDefaultSource
<
R
=
any
>
{
cancel
?:
UnderlyingSourceCancelCallback
;
pull
?:
(
controller
:
ReadableStreamDefaultController
<
R
>
,
)
=>
void
|
PromiseLike
<
void
>
;
start
?:
(
controller
:
ReadableStreamDefaultController
<
R
>
)
=>
any
;
type
?:
undefined
;
}
Type Parameters
R
=
any
Index
Properties
cancel?
pull?
start?
type?
Properties
Optional
cancel
cancel
?:
UnderlyingSourceCancelCallback
Optional
pull
pull
?:
(
controller
:
ReadableStreamDefaultController
<
R
>
,
)
=>
void
|
PromiseLike
<
void
>
Optional
start
start
?:
(
controller
:
ReadableStreamDefaultController
<
R
>
)
=>
any
Optional
type
type
?:
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
pull
start
type
@arl/leaflet-tracksymbol2
Loading...