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