Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores data for a specific instance of an object that a property is attached to

Hierarchy

  • IInstance

Index

Properties

id

id: number

The unique id for this instance.

instance

instance: any

The instance the property is attached to

property

property: IProperty

The property this instance IInstance is associated with.

subscriptions

subscriptions: ISubscriptionEntry[]

Holds the subscrptions to run when the value for this instance is changed

value

value: any

The value of the property for this instance

Generated using TypeDoc