Home > @vsf-enterprise/commercetools > UseChannel

# UseChannel interface

Signature:

export interface UseChannel<CHANNEL, CHANNEL_SEARCH_PARAMS, API extends PlatformApi = any> extends Composable<API> 

Extends: Composable<API>

# Properties

Property Type Description
channel ComputedProperty<string>
channels ComputedProperty<CHANNEL>
error ComputedProperty<UseChannelErrors>
loading ComputedProperty<boolean>

# Methods

Method Description
change(params)
search(params)