twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

HelixInstalledExtensionList

A list of extensions installed in a channel.

Overview

Methods

getAllExtensions()

Return type: Array<HelixInstalledExtension>

getExtensionAtSlot(type, slotId)

ParameterTypeDescription
type"panel"none
slotId"1" | "2" | "3"none
Return type: HelixInstalledExtension | null

getExtensionAtSlot(type, slotId)

ParameterTypeDescription
type"overlay"none
slotId"1"none
Return type: HelixInstalledExtension | null

getExtensionAtSlot(type, slotId)

ParameterTypeDescription
type"component"none
slotId"1" | "2"none
Return type: HelixInstalledExtension | null

getExtensionsForSlotType(type)

ParameterTypeDescription
type
HelixExtensionSlotType

The possible extension slot types.

Aliased type: "panel" | "overlay" | "component"

none
Return type: Array<HelixInstalledExtension>