@wpkernel/core / CapabilityDeniedEvent
Type Alias: CapabilityDeniedEvent
ts
type CapabilityDeniedEvent = object;Payload emitted with {namespace}.capability.denied events.
Properties
capabilityKey
ts
capabilityKey: string;timestamp
ts
timestamp: number;context?
ts
optional context: Record<string, unknown>;messageKey?
ts
optional messageKey: string;reason?
ts
optional reason: string;requestId?
ts
optional requestId: string;