We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de77c71 + 84974a6 commit 8293195Copy full SHA for 8293195
src/Inertia.php
@@ -14,6 +14,7 @@
14
* @method static void version(\Closure|string|null $version)
15
* @method static string getVersion()
16
* @method static void resolveUrlUsing(\Closure|null $urlResolver = null)
17
+ * @method static \Inertia\ScrollProp<mixed> scroll(mixed $value, string $wrapper = 'data', \Inertia\ProvidesScrollMetadata|callable|null $metadata = null)
18
* @method static \Inertia\OptionalProp optional(callable $callback)
19
* @method static \Inertia\LazyProp lazy(callable $callback)
20
* @method static \Inertia\DeferProp defer(callable $callback, string $group = 'default')
0 commit comments