Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:user_access"
links: { fx:store: Backend.Rels.Store; fx:user: User; self: UserAccess }

Type declaration

props: { date_created: null | string; date_modified: null | string; is_default_store: boolean; store_uri: string; user_uri: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • is_default_store: boolean

    Set this to true to make this store the default store for this user. That means it will be the first store they see when the log in to the FoxyCart admin.

  • store_uri: string

    A full API URI of the store resource used in this relationship. When working with hypermedia, it's important to save URIs and not just numeric ids.

  • user_uri: string

    A full API URI of the user resource used in this relationship. When working with hypermedia, it's important to save URIs and not just numeric ids.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc