feat(spec): interfaceConfig.recordAction — configure how a list opens a record #6330
lint.yml
on: pull_request
ESLint
39s
TypeScript Type Check
4m 18s
Annotations
9 errors
|
TypeScript Type Check
Process completed with exit code 2.
|
|
TypeScript Type Check
Type '{ sort: true; search: true; }' is missing the following properties from type '{ sort: boolean; search: boolean; filter: boolean; rowHeight: boolean; addRecordForm: boolean; buttons?: string[] | undefined; }': filter, rowHeight, addRecordForm
|
|
TypeScript Type Check
Type '{ sort: false; search: true; }' is missing the following properties from type '{ sort: boolean; search: boolean; filter: boolean; rowHeight: boolean; addRecordForm: boolean; buttons?: string[] | undefined; }': filter, rowHeight, addRecordForm
|
|
TypeScript Type Check
Type '{ sort: true; search: true; }' is missing the following properties from type '{ sort: boolean; search: boolean; filter: boolean; rowHeight: boolean; addRecordForm: boolean; buttons?: string[] | undefined; }': filter, rowHeight, addRecordForm
|
|
TypeScript Type Check
Type '{ sort: true; search: true; }' is missing the following properties from type '{ sort: boolean; search: boolean; filter: boolean; rowHeight: boolean; addRecordForm: boolean; buttons?: string[] | undefined; }': filter, rowHeight, addRecordForm
|
|
TypeScript Type Check
Type '{ sort: true; search: true; }' is missing the following properties from type '{ sort: boolean; search: boolean; filter: boolean; rowHeight: boolean; addRecordForm: boolean; buttons?: string[] | undefined; }': filter, rowHeight, addRecordForm
|
|
TypeScript Type Check
Type '{ sort: false; search: true; }' is missing the following properties from type '{ sort: boolean; search: boolean; filter: boolean; rowHeight: boolean; addRecordForm: boolean; buttons?: string[] | undefined; }': filter, rowHeight, addRecordForm
|
|
TypeScript Type Check
Type '{ sort: true; search: true; }' is missing the following properties from type '{ sort: boolean; search: boolean; filter: boolean; rowHeight: boolean; addRecordForm: boolean; buttons?: string[] | undefined; }': filter, rowHeight, addRecordForm
|
|
TypeScript Type Check
Type '{ sort: true; search: true; filter: true; }' is missing the following properties from type '{ sort: boolean; search: boolean; filter: boolean; rowHeight: boolean; addRecordForm: boolean; buttons?: string[] | undefined; }': rowHeight, addRecordForm
|