The resolved value of a scope. This type mixes scope configuration with the actual value of a scope.

Hierarchy

  • ScriptScope

Properties

description: string
name: string
properties: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
scriptScopeConfig: ConfiguredScope
timeToLive: number

Methods

  • Returns string

  • Returns string

  • Returns {
        [key: string]: string;
    }

    • [key: string]: string
  • Returns number