Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComputeDeclaration<T, K>

Type parameters

  • T

  • K: Keys<T>

Hierarchy

  • ComputeDeclaration

Index

Properties

dependencies: Exclude<keyof T, K>[]

An array of keys which, when they change, will execute the callback and update the computed value.

execute: ComputeCallback<T, K>

The compute callback.

see

ComputeCallback

Generated using TypeDoc