Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a reactivity action.

Hierarchy

  • ReactivityQueueItem

Index

Properties

Properties

args

args: any[]

Arguments to be provided when calling func.

Optional context

context: Obj

Optional context to be used when calling func.

func

func: (...args: any[]) => any

Function that manipulates observed data.

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Generated using TypeDoc