DataAdapter#columnsForType()

columnsForType (type) Arrayprivate

Defined in packages/ember-extension-support/lib/data_adapter.js:264

Get the columns for a given model type.

Parameters:

type Class
The model type.

Returns:

Array
An array of columns of the following format: name: {String} The name of the column. desc: {String} Humanized description (what would show in a table column name).
doc_EmberJs
2016-11-30 16:49:08
Comments
Leave a Comment

Please login to continue.