Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ScannerResultExternalUrl

Index

Constructors

constructor

  • Parameters

    • externalUrl: ScannerResultExternalUrl["data"]
    • store: ScannerStore

    Returns ScannerResultExternalUrl

Properties

busy

busy: boolean = false

data

data: ResponseRouteScannerResultExternalsGet["items"][0]

ignore

ignore: (state?: boolean) => Promise<void> = flow(function* (this: ScannerResultExternalUrl, state = true) {try {yield request<RequestRouteScannerResultExternalPatch,ParamsRouteScannerResultExternalPatch,ResponseRouteScannerResultExternalPatch>({location: locationRestScannerResultExternalPatch,request: {ignored: state},params: {host: this.data.host.replace(/\./g, "_")}});this.data.ignored = state;} catch (e) {console.log(e);throw e;}})

Type declaration

    • (state?: boolean): Promise<void>
    • Parameters

      • Optional state: boolean

      Returns Promise<void>

Readonly store

Accessors

blockedStatus

  • get blockedStatus(): "none" | "full" | "partial"
  • Returns "none" | "full" | "partial"

blockedStatusText

  • get blockedStatusText(): string
  • Returns string

identifier

  • get identifier(): string
  • Returns string

inactive

  • get inactive(): boolean
  • Returns boolean

Generated using TypeDoc