Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPieceItem<DataType, Meta>

Piece info state

Type parameters

  • DataType = any

  • Meta = any

Hierarchy

  • IPiece<DataType, Meta>
    • IPieceItem

Index

Properties

Optional changed

changed: undefined | false | true

Optional data

data: DataType

Data of piece, specific to piece type

Optional dataset

dataset: undefined | {}

Dataset of node

Optional destroy

destroy: undefined | false | true

Optional fetched

fetched: undefined | false | true

Optional fetching

fetching: undefined | false | true

id

id: string

Unique piece id

Optional initialized

initialized: undefined | false | true

Optional manualActivation

manualActivation: undefined | false | true
deprecated

Optional manualDeactivation

manualDeactivation: undefined | false | true
deprecated

message

message: string

messageLevel

messageLevel: string

Optional meta

meta: Meta

Meta data for resolving updates in concurrent mode, empty in non-concurrent mode

name

name: string

Human readable piece name

node

node: HTMLElement

Node which piece controls

type

type: PieceType

Type of piece

Generated using TypeDoc