# ContextMenuInfo

`interface` in `core` · v0.3.1

<https://docs.seedcord.org/packages/core/0.3.1/interfaces/context-menu-info>

What [`ContextMenus`](/packages/core/0.3.1/variables/context-menus) resolves to for one context-menu command.

```ts
interface ContextMenuInfo
```

## Properties

### id

```ts
readonly id: string
```

The deployed command id. Absent when the command deployed to two or more guilds.

### kind

```ts
readonly kind: ContextMenuKind
```

### name

```ts
readonly name: string
```

The name shown in Discord's right-click menu.
