@hydroperx/metro
    Preparing search index...

    Type Alias ContextMenuParams

    type ContextMenuParams = {
        children?: React.ReactNode;
        id: string;
    }
    Index

    Properties

    Properties

    children?: React.ReactNode
    id: string

    The context menu identifier must be the same as the one returned from its respective useContextMenu() hook.