getRecordOnListPreview

getRecordOnListPreview() ⇒ Promise

This is the Backbone model that represent Record When Preview icon in List View is clicked.

Kind: global function
Returns: Promise - A promise that resolves to a related Backbone.Model
Since: v0.0.1
Example

const _model = await getRecordOnListPreview(viewFromProps);
console.log(_model);