Options
All
  • Public
  • Public/Protected
  • All
Menu

Object implementing the Intent interface is considered to be an intention of a future deferred action. Along with various domain specific data it is supposed to provide performIntent function for actually performing the deferred action.

Type parameters

  • I: Function | undefined

    the actual type of the intention function

Hierarchy

  • Intent

Index

Properties

Properties

performIntent

performIntent: I

Function to be called when the intended action should actually be performed.

The signature of the function is up the implementation as well as optionality - i.e. the implementation may or may not use undefined for performIntent to indicate that there currently isn't any performable action.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc