Eagle Eye
Agnostic
Introduction
Getting Started
Creating the Eagle Eye State Manager
Accessing the Global Store
Streaming Real-time Changes
Global Access
API
CreateEagleEye Function
Using the Change Steam
Concepts
Client
Prehooks
Property Path
@@STATE
Selector Map
Storage
Channel
Reset State
Set State
Batched Update
Array Indexing
Using Tag Commands
@@CLEAR
Usage Example
@@DELETE
Usage Example
@@MOVE
Usage Example
@@PUSH
Usage Example
@@REPLACE
Usage Example
@@SET
Usage Example
@@SPLICE
Usage Example
Combination Usage Example
What's Changed?
Latest
What's Changed?
v1.0.0
1.
Initial
Eagle Eye
release.
Installation
Can I observe the Eagle Eye state manager from anywhere?
Is it true that the state can never be mutated?
How to observe state globally.
About the
@@STATE
keyword.
Can I use negative array indexing?
How to react to state changes in real-time.
How to set state.
Why not use the spread operator for incoming state?
How do I update my array exactly at a specific index?
What is the use of
setstate @@ tags
?
How to set multiple states sequentially.