Skip to content

Commit

Permalink
Merge pull request #746 from bigopon/fix-typing
Browse files Browse the repository at this point in the history
fix(typings): add recent commits typings to src
  • Loading branch information
EisenbergEffect authored Mar 29, 2019
2 parents 1f141f7 + 808c484 commit 4b7ed61
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/aurelia-binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,21 @@ export declare function connectable(): void;
*/
export declare function enqueueBindingConnect(binding: Binding): void;

/**
* set the number of bindings that should connect immediately before resorting to queueing.
*/
export function setConnectQueueThreshold(value: number): void;

/**
* Enables the connect queue.
*/
export function enableConnectQueue(): void;

/**
* Disables the connect queue.
*/
export function disableConnectQueue(): void;

/**
* Connects a binding instance to a signal.
* @param binding The binding instance that should be triggered to refresh by the signal.
Expand Down

0 comments on commit 4b7ed61

Please sign in to comment.