Function getObjectState

  • Returns an async function that reads a single property from the object's storage.

    Parameters

    • obj: any
    • callback: any

    Returns ((propertyName) => Promise<any>)

      • (propertyName): Promise<any>
      • Parameters

        • propertyName: string

        Returns Promise<any>

Generated using TypeDoc