Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BlockerPreset

Index

Constructors

Properties

Accessors

Constructors

constructor

  • Parameters

    Returns BlockerPreset

Properties

attributes

busy

busy: boolean = false

data

data: ResponseRoutePresetsBlockerGet["items"][0]

fetchAttributes

fetchAttributes: () => Promise<void> = flow(function* (this: BlockerPreset) {try {this.busy = true;const response: ResponseRoutePresetsBlockerAttributesGet = yield request<RequestRoutePresetsBlockerAttributesGet,ParamsRoutePresetsBlockerAttributesGet,ResponseRoutePresetsBlockerAttributesGet>({location: locationRestPresetsBlockerAttributesGet,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