Interface

RecordJSON

RecordJSON

Members

Array.<ActionJSON>

# bulkActions

Actions which can be performed on this record in a bulk.

View Source admin-bro/src/backend/decorators/record-json.interface.ts, line 46

Record.<string, ErrorMessage>

# errors

List of all validation errors

View Source admin-bro/src/backend/decorators/record-json.interface.ts, line 26

string

# id

Uniq Id of a record. Not present if the record is new (in NewAction)

View Source admin-bro/src/backend/decorators/record-json.interface.ts, line 31

Record.<string, any>

# params

all flatten params of given record

View Source admin-bro/src/backend/decorators/record-json.interface.ts, line 16

Record.<string, RecordJSON>

# populated

If the record has properties which are references - here there will be populated records

View Source admin-bro/src/backend/decorators/record-json.interface.ts, line 21

Array.<ActionJSON>

# recordActions

Actions which can be performed on this record.

View Source admin-bro/src/backend/decorators/record-json.interface.ts, line 41

string

# title

Title of an record. Not present if the record is new (in NewAction)

View Source admin-bro/src/backend/decorators/record-json.interface.ts, line 36