Class AdminCommandEventAbstract

Common base class for all admin command events.

Hierarchy (view full)

Constructors

Properties

longRunning: boolean

Whether the command is long-running or not, i.e. requires polling.

method: "GET" | "POST" | "DELETE"

The HTTP method for the request.

params?: Record<string, any>

The query parameters, if any.

path: string

The path for the request, not including the Base URL.

reqBody?: Record<string, any>

The request body, if any.