Options
All
  • Public
  • Public/Protected
  • All
Menu

The implementation of Record. Represents a 'Record' or set of Property (names and values). An Record may also have Annotations (style annotations) that apply to the whole 'record'

Hierarchy

  • RecordImpl

Implements

Index

Constructors

constructor

Properties

annotations

annotations: DataAnnotation[]

id

id: string

properties

properties: Property[]

type

type: string

Accessors

backgroundColor

  • get backgroundColor(): string

foregroundColor

  • get foregroundColor(): string

imageName

  • get imageName(): string

imagePlacement

  • get imagePlacement(): string

isBoldText

  • get isBoldText(): boolean

isItalicText

  • get isItalicText(): boolean

isPlacementCenter

  • get isPlacementCenter(): boolean

isPlacementLeft

  • get isPlacementLeft(): boolean

isPlacementRight

  • get isPlacementRight(): boolean

isPlacementStretchUnder

  • get isPlacementStretchUnder(): boolean

isPlacementUnder

  • get isPlacementUnder(): boolean

isUnderline

  • get isUnderline(): boolean

overrideText

  • get overrideText(): string

propCount

  • get propCount(): number

propNames

  • get propNames(): string[]

propValues

  • get propValues(): any[]

tipText

  • get tipText(): string

Methods

afterEffects

annotationsAtName

backgroundColorFor

  • backgroundColorFor(propName: string): string

foregroundColorFor

  • foregroundColorFor(propName: string): string

imageNameFor

  • imageNameFor(propName: string): string

imagePlacementFor

  • imagePlacementFor(propName: string): string

isBoldTextFor

  • isBoldTextFor(propName: string): boolean

isItalicTextFor

  • isItalicTextFor(propName: string): boolean

isPlacementCenterFor

  • isPlacementCenterFor(propName: string): boolean

isPlacementLeftFor

  • isPlacementLeftFor(propName: string): boolean

isPlacementRightFor

  • isPlacementRightFor(propName: string): boolean

isPlacementStretchUnderFor

  • isPlacementStretchUnderFor(propName: string): boolean

isPlacementUnderFor

  • isPlacementUnderFor(propName: string): boolean

isUnderlineFor

  • isUnderlineFor(propName: string): boolean

overrideTextFor

  • overrideTextFor(propName: string): string

propAtIndex

propAtName

  • propAtName(propName: string): Property

tipTextFor

  • tipTextFor(propName: string): string

toJSON

  • toJSON(): object

toRecord

valueAtName

  • valueAtName(propName: string): any

Generated using TypeDoc