Commit cdf4ef2
feat(spec): interfaceConfig.recordAction — configure how a list opens a record
Adds `recordAction: 'drawer' | 'page' | 'modal' | 'none'` to InterfacePageConfig
and a select for it in the page form (under User actions). Lets the author choose
how clicking a record opens its detail — right-side drawer (default), full-page
navigate, modal, or not clickable.
Pairs with the objectui runtime (InterfaceListPage wires the click → drawer /
navigate / overlay accordingly).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 732c57d commit cdf4ef2
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
110 | 120 | | |
111 | 121 | | |
112 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
264 | 270 | | |
265 | 271 | | |
266 | 272 | | |
| |||
0 commit comments