Home > @vsf-enterprise/bigcommerce-theme > UseChannelInterface
# UseChannelInterface interface
Data and methods returned from the useChannel() composable.
Signature:
export interface UseChannelInterface
# Properties
| Property | Type | Description |
|---|---|---|
| availableChannels | ComputedRef<AvailableChannel[]> | List of available channels. |
| error | Ref<UseChannelError> | Contains errors from the composable methods |
| loading | Ref<boolean> | Indicates whether any of the methods is in progress |
# Methods
| Method | Description |
|---|---|
| load() | Loads current channel information. |