UNPKG

@rws-framework/client

Version:

Realtime Web Suit is a web-component powered, MS FAST powered fullstack-oriented framework that you can use to create domain-agnostic modular asynchoronous components with intershared authorized states.

8 lines (7 loc) 262 B
import { Observable } from "@microsoft/fast-element"; export function handleExternalChange(_target: any, $prop: string) { if(!!_target['externalChanged']){ _target['externalChanged'].call(_target, $prop, null, _target[$prop]); } }