Interface

RecordJSON

RecordJSON

Members

Array.<ActionJSON>

# bulkActions

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

View Source adminjs/src/frontend/interfaces/record-json.interface.ts, line 48

Record.<string, ErrorMessage>

# errors

List of all validation errors

View Source adminjs/src/frontend/interfaces/record-json.interface.ts, line 28

string

# id

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

View Source adminjs/src/frontend/interfaces/record-json.interface.ts, line 33

ParamsType

# params

all flatten params of given record

View Source adminjs/src/frontend/interfaces/record-json.interface.ts, line 18

Record.<string, (RecordJSON|null|undefined)>

# populated

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

View Source adminjs/src/frontend/interfaces/record-json.interface.ts, line 23

Array.<ActionJSON>

# recordActions

Actions which can be performed on this record.

View Source adminjs/src/frontend/interfaces/record-json.interface.ts, line 43

string

# title

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

View Source adminjs/src/frontend/interfaces/record-json.interface.ts, line 38