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