Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 419 Bytes

File metadata and controls

11 lines (6 loc) · 419 Bytes
  • getClient (required)

    {props.getClient}

    A callback for getting a ZenStackClient instance for talking to the database. Usually you'll return a client instance with access policy enabled and user identity bound.

  • apiHandler (required)

    {'ApiHandler'}

    The API handler instance that determines the API specification.