Story Maker
Preparing search index...
lib/streams
updateStream
Function updateStream
updateStream
(
taskId
:
string
,
data
:
unknown
)
:
void
Pushes data to the stream associated with a task ID.
Parameters
taskId
:
string
The task ID to send data to.
data
:
unknown
The data to send.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Story Maker
Loading...
Pushes data to the stream associated with a task ID.