Member Junction
    Preparing search index...

    Result of a menu item click handler

    interface UserMenuActionResult {
        closeMenu: boolean;
        message?: string;
        success: boolean;
    }
    Index

    Properties

    closeMenu: boolean

    Whether to close the menu after action

    message?: string

    Optional message to display (toast notification)

    success: boolean

    Whether the action succeeded