Skip to content

feat(spec): interfaceConfig.recordAction — configure how a list opens a record #6330

feat(spec): interfaceConfig.recordAction — configure how a list opens a record

feat(spec): interfaceConfig.recordAction — configure how a list opens a record #6330

Triggered via pull request June 20, 2026 04:39
Status Failure
Total duration 4m 21s
Artifacts

lint.yml

on: pull_request
ESLint
39s
ESLint
TypeScript Type Check
4m 18s
TypeScript Type Check
Fit to window
Zoom out
Zoom in

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