ChannelOptions interface
Stay organized with collections
Save and categorize content based on your preferences.
Channel options interface.
Signature:
export interface ChannelOptions
Properties
Property |
Type |
Description |
allowedEventTypes |
string[] | string | undefined |
An array of allowed event types. If specified, publishing events of unknown types is a no op. When not provided, no event filtering is performed. |
ChannelOptions.allowedEventTypes
An array of allowed event types. If specified, publishing events of unknown types is a no op. When not provided, no event filtering is performed.
Signature:
allowedEventTypes?: string[] | string | undefined;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["# ChannelOptions interface\n\nChannel options interface.\n\n**Signature:** \n\n export interface ChannelOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------|-----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| [allowedEventTypes](./firebase-admin.eventarc.channeloptions.md#channeloptionsallowedeventtypes) | string\\[\\] \\| string \\| undefined | An array of allowed event types. If specified, publishing events of unknown types is a no op. When not provided, no event filtering is performed. |\n\nChannelOptions.allowedEventTypes\n--------------------------------\n\nAn array of allowed event types. If specified, publishing events of unknown types is a no op. When not provided, no event filtering is performed.\n\n**Signature:** \n\n allowedEventTypes?: string[] | string | undefined;"]]