Class LaravelUi5\Core\Attributes\Parameter

Declarative runtime parameter definition for UI5 actions and providers.

Parameters defined via this attribute are always resolved from the action's route path segments and define the addressed domain context (e.g. resource identifiers).

Non-identifying input (payload, options, flags) MUST be provided via the request body and validated using Laravel FormRequests.

The order of Parameter attributes defines the positional order of path segments.

Methods
Properties