Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Action<I>

An action is a message which will be handled by an ActionHandler.

Type parameters

  • I

Hierarchy

  • Action

Index

Properties

Optional category

category: string

The category is used to select action's results via ActionsSource.select.

Optional namespace

namespace: Array<string>

The namespace is used internally to manage the isolation. c.f. https://cycle.js.org/components.html#components-isolating-multiple-instances

Optional payload

payload: I

The optional payload.

type

type: string

The type of the message.

Generated using TypeDoc