Type alias LiveStateProperty

LiveStateProperty: string | {
    name: string;
    path: string;
}

A property name or an object with a name and path property. The name property will be used as the property name on the element, and the path property will be used to look up the value on the state. The path should be a json pointer.

Generated using TypeDoc