Overview
Methods
getExtensionAtSlot(type, slotId)
Parameter | Type | Description |
---|---|---|
type | "panel" | none |
slotId | "1" | "2" | "3" | none |
Return type: HelixInstalledExtension | null
getExtensionAtSlot(type, slotId)
Parameter | Type | Description |
---|---|---|
type | "overlay" | none |
slotId | "1" | none |
Return type: HelixInstalledExtension | null
getExtensionAtSlot(type, slotId)
Parameter | Type | Description |
---|---|---|
type | "component" | none |
slotId | "1" | "2" | none |
Return type: HelixInstalledExtension | null
getExtensionsForSlotType(type)
Parameter | Type | Description |
---|---|---|
type | HelixExtensionSlotType The possible extension slot types. Aliased type: "panel" | "overlay" | "component" | none |
Return type: Array<HelixInstalledExtension>