Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ScannerResultPreset

Index

Constructors

constructor

  • Parameters

    Returns ScannerResultPreset

Properties

attributes

busy

busy: boolean = false

data

data: ResponseRouteScannerResultPresetsGet["items"][0]

fetchAttributes

fetchAttributes: () => Promise<void> = flow(function* (this: ScannerResultPreset) {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

identifier

  • get identifier(): string
  • Returns string

inactive

  • get inactive(): boolean
  • Determines if this preset needs further attention. It is inactive when it e.g. already exists.

    Returns boolean

Generated using TypeDoc