Fundamentals
    Preparing search index...

    Type Alias PropertyAccessor<T>

    PropertyAccessor: (instance: T) => any

    The delegate for representing accessing a property

    Type Parameters

    • T = object

    Type Declaration

      • (instance: T): any
      • Parameters

        • instance: T

        Returns any