LogoRobo.js
Packages@robojs/discordjs

ContextNamespaceController

Interface: ContextNamespaceController

Namespace controller for portal.discordjs.context Provides access to all context menus.

Methods

get()

get(name): Promise<null | ContextHandler>

Get a specific context menu handler by name

Parameters

ParameterType
namestring

Returns

Promise<null | ContextHandler>


list()

list(): string[]

Get all context menu keys

Returns

string[]

On this page