Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ColumnDef

Index

Constructors

constructor

  • new ColumnDef(_name: string, _heading: string, _propertyDef: PropDef): ColumnDef
  • Parameters

    • _name: string
    • _heading: string
    • _propertyDef: PropDef

    Returns ColumnDef

Properties

Private _heading

_heading: string

Private _name

_name: string

Private _propertyDef

_propertyDef: PropDef

Accessors

heading

  • get heading(): string
  • Returns string

isInlineMediaStyle

  • get isInlineMediaStyle(): boolean
  • Returns boolean

name

  • get name(): string
  • Returns string

propertyDef

  • Returns PropDef

Generated using TypeDoc