Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/channels"

Index

Type aliases

AddChannelAction

AddChannelAction: ReduxStandardAction<"ADD_CHANNEL", object>

RemoveChannelAction

RemoveChannelAction: ReduxStandardAction<"REMOVE_CHANNEL", object>

UpdateChannelAction

UpdateChannelAction: ReduxStandardAction<"UPDATE_CHANNEL", object>

Functions

createAddChannelAction

createRemoveChannelAction

createUpdateChannelAction

  • Creates an action which when dispatched informs the channels reducer to update a new channel of some kind This entirely replaces the old specification for the given channel, and errors if the channel does not already exist

    Type parameters

    Parameters

    Returns UpdateChannelAction<T>

Generated using TypeDoc