For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/types/IObservableProp.md.

Type Alias: IObservableProp<T> experimental

IObservableProp<T> = IObservable<T> | T

Beta

Type that can be an observable or a value.

Type Parameters

T

T