AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias MenuResult<Data>

    Whether the user clicked on a menu item or the menu was closed (user clicked elsewhere).

    Type Parameters

    • Data extends unknown = unknown

      User-defined shape for data returned upon menu item click. Should be a union of all possible data shapes for the entire menu, and the click handler should process these with a "reducer" pattern.