Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CookiePreset

Index

Constructors

Properties

Accessors

Constructors

constructor

  • Parameters

    Returns CookiePreset

Properties

attributes

busy

busy: boolean = false

data

data: ResponseRoutePresetsCookiesGet["items"][0]

fetchAttributes

fetchAttributes: () => Promise<void> = flow(function* (this: CookiePreset) {try {this.busy = true;const response: ResponseRoutePresetsCookiesAttributesGet = yield request<RequestRoutePresetsCookiesAttributesGet,ParamsRoutePresetsCookiesAttributesGet,ResponseRoutePresetsCookiesAttributesGet>({location: locationRestPresetsCookiesAttributesGet,params: {identifier: this.data.identifier}});this.attributes = response;} catch (e) {console.log(e);throw e;} finally {this.busy = false;}})

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

Readonly store

Accessors

fullLogoUrl

  • get fullLogoUrl(): string
  • Returns string

Generated using TypeDoc