Skip to content

@nhtio/web-re-active-record/augmentable

Typescript Augmentable Interfaces for use with Advanced Integrations. For more information, see Advanced Integrations.

Interfaces

InterfaceDescription
ReactiveModelAgumentationsInterface for augmenting ReactiveModel instances with additional properties or methods in advanced integrations. Integrations that add new properties to ReactiveModel should extend this interface via declaration merging.
ReactiveQueryCollectionAgumentationsInterface for augmenting ReactiveQueryCollection instances with additional properties or methods in advanced integrations. Integrations that add new properties to ReactiveQueryCollection should extend this interface via declaration merging.
ReactiveQueryResultAgumentationsInterface for augmenting ReactiveQueryResult instances with additional properties or methods in advanced integrations. Integrations that add new properties to ReactiveQueryResult should extend this interface via declaration merging.