Enum LaravelUi5\Core\Parameters\Enums\ParameterType

implements BackedEnum

The primitive type vocabulary of slots (#[Slot]) and route parameters (#[Parameter]). Settings have their own, {@see ValueType}; a slot's type maps onto it through {@see toValueType()} (D14).

What a slot consumer receives. Slots are wire-shaped, and the parameter pipeline hands out every value in the one form named per case below, whichever source filled it ({@see \LaravelUi5\Core\Parameters\SlotValueCaster}). Route parameters are cast by their own resolver; these forms do not describe them.

Cases
Methods