Type alias UIActionDefinition
UIActionDefinition: { handler?: (() => void); image?: UIImage; subtitle?: string; title: string; type: "action"; }
Type declaration
-
Optional
handler?: (() => void)
-
Optional
image?: UIImage
-
Optional
subtitle?: string
-
title: string
-
type: "action"
Only works with iOS 15+