You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web-components/fast-element/src/templating/binding.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,7 @@ export class HTMLBindingDirective extends TargetedHTMLDirective {
197
197
/**
198
198
* Creates an instance of BindingDirective.
199
199
* @param binding - A binding that returns the data used to update the DOM.
200
+
* @param isVolatile - Optional parameter indicating whether the binding is volatile. If not provided, the volatility of the binding is determined by Observable.isVolatileBinding().
0 commit comments