Interface FastenerClass<F>

Type Parameters

Hierarchy

Methods

  • Protected

    Parameters

    • fastener: F
    • owner: F extends Fastener<R, any, any>
          ? R
          : never

    Returns F

  • Parameters

    • owner: F extends Fastener<R, any, any>
          ? R
          : never

    Returns F

  • Dummy getter function that always throws an exception. Used as a stand-in for decorated fastener getters, whose implementation is injected by the decorator.

    Type Parameters

    Returns F2

  • Parameters

    Returns void

  • Parameters

    • template: F extends {
              descriptorType?: Proto<D>;
          }
          ? D
          : never

    Returns FastenerClass<F>

Generated using TypeDoc