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

    Class CheckMenuItem

    A check menu item inside a Menu or Submenu and usually contains a text and a check mark or a similar toggle that corresponds to a checked and unchecked states.

    Hierarchy

    • MenuItemBase
      • CheckMenuItem
    Index

    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>

    • Sets the accelerator for this check menu item.

      Parameters

      • accelerator: null | string

      Returns Promise<void>