Interface EditContextInput

Hierarchy

  • EditContextInput

Properties

attributes?: any
authorizeAllAuthenticatedUsers?: boolean
authorizedUsers?: string[]
description?: string
environment?: {
    autoExecLines?: string[];
    options?: string[];
}

Type declaration

  • Optional autoExecLines?: string[]
  • Optional options?: string[]
id?: string
launchContext?: {
    name: string;
}

Type declaration

  • name: string
name?: string

Generated using TypeDoc