Skip to content

Livewire Properties

Properties in Livewire components are defined as public within the component class.

The plugin provides autocompletion and go-to-declaration for all properties defined in your component.

Property 1

Property 2

Livewire Properties for inline components

It also provides autocompletion and go-to-declaration support for all properties in your inline components. Property inline component

Copyright © 2025 Alireza-Moh | MIT License