props property
T
get
props
The current widget instance.
Accessing this property within a reactive context (like useComputed or useEffect) will establish a dependency on widget updates.
Implementation
T get props;