Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DrupalStateConfig

An interface documenting all of the named parameters that can be used when creating a new instance of DrupalState

Hierarchy

  • DrupalStateConfig

Index

Properties

apiBase

apiBase: string

Configuration object for DrupalState instance

Optional apiPrefix

apiPrefix: string

Optional clientId

clientId: string

Optional clientSecret

clientSecret: string

Optional debug

debug: boolean

Optional defaultLocale

defaultLocale: string

Optional fetchAdapter

fetchAdapter: fetchAdapter

Optional noStore

noStore: boolean

Methods

Optional onError

  • onError(err: Error): void
  • Parameters

    • err: Error

    Returns void

Generated using TypeDoc