@hydroperx/metro
    Preparing search index...

    Type Alias ContextMenuHook

    type ContextMenuHook = {
        id: string;
        show: (params: ContextMenuShowParams) => void;
    }
    Index

    Properties

    Properties

    id: string
    show: (params: ContextMenuShowParams) => void