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 40

Record.<string, ErrorMessage>

# errors

List of all validation errors

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

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 25

Record.<string, any>

# params

all flatten params of given record

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

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 15

Array.<ActionJSON>

# recordActions

Actions which can be performed on this record.

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

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 30