Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Created February 20, 2020 12:01
Show Gist options
  • Select an option

  • Save ArtemRomanovsky/c9457475d69f27e85ae86ae5ea990ff0 to your computer and use it in GitHub Desktop.

Select an option

Save ArtemRomanovsky/c9457475d69f27e85ae86ae5ea990ff0 to your computer and use it in GitHub Desktop.
function checkAndUpdateText(view: ViewData, nodeIndex: number, ...): boolean {
if (checkAndUpdateBinding(view, nodeDef, ...)) {
// update DOM here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment