ClickRecord Handler
If clickRecord
is specified under generalHandler
, clicking an entry in a component actor will trigger the handler. The clickRecord
takes the clicked entry data as its only argument.
Default Value
"generalHandlers": {"clickRecord": {"assignments": [{"field": ... "value": ... }]
Status
Release Available | Status | Framework Name |
---|---|---|
Initial | Current | MUI and Mint |
Code JSON
"ApplicationCardView": { "category": "component", "type": "card-view", "property": {...}, "generalHandlers": { "clickRecord": { "assignments": [{ "field": ... "value": ... }], "next": "ApplicationDetailView" }...