Constructors
constructor
new Property( name: string , value: any , propertyType?: string , format?: string , annotations?: DataAnnotation [] ) : Property
Defined in models.ts:1701
Parameters
name: string
value: any
Optional propertyType: string
Optional format: string
Default value annotations: DataAnnotation [] = []
Properties
annotations
Defined in models.ts:1712
Optional format
format: string
Defined in models.ts:1711
name
name: string
Defined in models.ts:1711
Optional propertyType
propertyType: string
Defined in models.ts:1711
value
value: any
Defined in models.ts:1711
Accessors
backgroundColor
get backgroundColor( ) : string
Defined in models.ts:1719
Returns string
foregroundColor
get foregroundColor( ) : string
Defined in models.ts:1723
Returns string
imageName
Defined in models.ts:1727
Returns string
imagePlacement
get imagePlacement( ) : string
Defined in models.ts:1731
Returns string
isBoldText
get isBoldText( ) : boolean
Defined in models.ts:1735
Returns boolean
isItalicText
get isItalicText( ) : boolean
Defined in models.ts:1739
Returns boolean
isPlacementCenter
get isPlacementCenter( ) : boolean
Defined in models.ts:1743
Returns boolean
isPlacementLeft
get isPlacementLeft( ) : boolean
Defined in models.ts:1747
Returns boolean
isPlacementRight
get isPlacementRight( ) : boolean
Defined in models.ts:1751
Returns boolean
isPlacementStretchUnder
get isPlacementStretchUnder( ) : boolean
Defined in models.ts:1755
Returns boolean
isPlacementUnder
get isPlacementUnder( ) : boolean
Defined in models.ts:1759
Returns boolean
isUnderline
get isUnderline( ) : boolean
Defined in models.ts:1763
Returns boolean
overrideText
get overrideText( ) : string
Defined in models.ts:1767
Returns string
tipText
Defined in models.ts:1771
Returns string
valueForWrite
Defined in models.ts:1775
Returns any
Methods
equals
Defined in models.ts:1715
Parameters
Returns boolean
toJSON
Defined in models.ts:1802
Returns object
Static fromJSON
Defined in models.ts:1693
Parameters
Static identity
Defined in models.ts:1665
Parameters
Returns string
Static Private parseValue
parseValue( value: any , format: string ) : any
Defined in models.ts:1814
Parameters
value: any
format: string
Returns any
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Represents a 'value' or field in a row or record. See Record A Prop has a corresponding PropertyDef that describes the property. Like an Record, a Prop may also have Annotations (style annotations), but these apply to the property only