caf_ca/proxy_handler

A proxy that allows read-only access to properties common to all CAs.

By convention this proxy is called props.

This means that a property like stateVersion, defined in ca.json, can be accessed as:

this.$.props.stateVersion

from application code.

Source:

Extends