jsdoc
This commit is contained in:
@@ -498,7 +498,10 @@ class BaseFieldView extends View {
|
||||
$cell.removeClass('hidden-cell');
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @return {Record<string, *>}
|
||||
*/
|
||||
data() {
|
||||
const data = {
|
||||
scope: this.model.entityType || this.model.name,
|
||||
|
||||
Reference in New Issue
Block a user