TBindKeyRef<T>: {
    __isBindRef: true;
    (): TBindKey<T>;
}

A binding key reference.

Type Parameters

  • T = any

Type declaration