Interface WidgetSettings

interface WidgetSettings {
    channelID: string;
    enabled: boolean;
}

Properties

Properties

channelID: string

The ID of the channel the widget should lead to.

enabled: boolean

If the widget is enabled.