UIMenuDefinition: {
    children: UIMenuChild[];
    image?: UIImage;
    subtitle?: string;
    title: string;
    type: "menu";
}

Type declaration

  • children: UIMenuChild[]

    Specification for menu items

  • Optional image?: UIImage
  • Optional subtitle?: string

    Only works with iOS 15+

  • title: string
  • type: "menu"

    Menu item type

Generated using TypeDoc