EmberColumnData.ColumnData Class
Defined in:
Module: ember-column-data
addon/ColumnData.js:7
Class for meta data for a property on a record.
Item Index
Properties
childCol
Class
private
A nested child column data.
childColGroup
Class
private
A nested child column data group.
childColGroupName
String
private
A name for the nesting of a column data group.
childColName
String
A name for the nesting of a column data.
key
String
private
Key of the attribute based on keyName or name if keyName is not provided.
keyName
String
Key name of the attribute in the record. If not provided, 'name' is used a key.
label
String
A suitable label for the attribute used in displaying in certain places.
name
String
A name to uniquely identify column data.
validation
Class
Meta data for the validation of the attribute on the record. Passed as an object while creating.