Retrieves the payload from the current PayloadContextService context.
Returns null if no context is available. Logs the operation if logging is enabled.
Example
constpayload = awaitgetPayload<{ id: number }>(); console.log(payload); // { id: number } or null
Retrieves the payload from the current PayloadContextService context. Returns null if no context is available. Logs the operation if logging is enabled.
Example