@fluid-experimental/property-proxy
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

@fluid-experimental/property-proxy

Overview

The proxy allows interaction with properties as if they were common JavaScript objects. In general every property that can be mapped in a reasonable manner to a native JavaScript object is mapped in that way. For example, interaction with a proxied ArrayProperty feels like working with an JavaScript array. All functions and access patters that can be used on a JavaScript array are available.

Any modification is directly applied to the data in PropertyDDS without caching data locally and data is loaded lazily on access.

/@fluid-experimental/property-proxy/

    Package Sidebar

    Install

    npm i @fluid-experimental/property-proxy

    Weekly Downloads

    1,121

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    873 kB

    Total Files

    58

    Last publish

    Collaborators

    • ms-fluid-bot
    • curtisman