Preparing search index...
The search index is not available
Graviola CRUD
Graviola CRUD
detail-renderer/src
CardActionEntry
Interface CardActionEntry
interface
CardActionEntry
{
computeAction
:
(
schema
:
JSONSchema7
,
data
:
unknown
)
=>
CardActionDef
;
renderer
?:
ComponentType
<
CardActionRendererProps
>
;
tester
:
RankedTester
;
}
Index
Properties
compute
Action
renderer?
tester
Properties
compute
Action
computeAction
:
(
schema
:
JSONSchema7
,
data
:
unknown
)
=>
CardActionDef
Optional
renderer
renderer
?:
ComponentType
<
CardActionRendererProps
>
When omitted, DefaultActionButton is used (MUI package).
tester
tester
:
RankedTester
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compute
Action
renderer
tester
Graviola CRUD
Loading...
When omitted, DefaultActionButton is used (MUI package).