Skip to content
Landing Page
Search
K
Main Navigation
Guide
Reference
Showcase
Appearance
Menu
Return to top
On this page
Type Alias: ShowCardsAction
ts
type
ShowCardsAction
=
Extract
<
FormAction
, {
type
:
"show_cards"
;
}>;