Tauri Core API - v2.6.0
    Preparing search index...

    Class PredefinedMenuItem

    A predefined (native) menu item which has a predefined behavior by the OS or by tauri.

    Hierarchy

    • MenuItemBase
      • PredefinedMenuItem
    Index

    Accessors

    Methods

    Accessors

    • get rid(): number

      Returns number

    • get id(): string

      The id of this item.

      Returns string

    Methods

    • Destroys and cleans up this resource from memory. You should not call any method on this object anymore and should drop any reference to it.

      Returns Promise<void>