Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
TransformStreamDefaultController
Interface TransformStreamDefaultController<O>
interface
TransformStreamDefaultController
<
O
=
any
>
{
desiredSize
:
null
|
number
;
enqueue
(
chunk
?:
O
)
:
void
;
error
(
reason
?:
any
)
:
void
;
terminate
()
:
void
;
}
Type Parameters
O
=
any
Index
Properties
desired
Size
Methods
enqueue
error
terminate
Properties
Readonly
desired
Size
desiredSize
:
null
|
number
Methods
enqueue
enqueue
(
chunk
?:
O
)
:
void
Parameters
Optional
chunk
:
O
Returns
void
error
error
(
reason
?:
any
)
:
void
Parameters
Optional
reason
:
any
Returns
void
terminate
terminate
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
desired
Size
Methods
enqueue
error
terminate
discord-js-button-pagination-ts
Loading...