class PropertyContext

Methods

__construct(string $key, array $props, Request $request)

Create a new property context instance. The property context provides information about the current property being resolved to objects implementing ProvidesInertiaProperty.

Details

at line 18
__construct(string $key, array $props, Request $request)

Create a new property context instance. The property context provides information about the current property being resolved to objects implementing ProvidesInertiaProperty.

Parameters

string $key
array $props
Request $request