selectAll() function
Select all the streams from the input
Signature:
export declare function selectAll(streams: readonly StreamMetadata[]): StreamKey[];
Parameters
Parameter | Type | Description |
---|---|---|
streams |
readonly StreamMetadata[] |
The streams from the inbound Context |
Returns:
Array of selected StreamKeys