Skip to main content

@webda/asyncReadme | API


Class: RunnerParameters

Extends

  • ServiceParameters

Constructors

new RunnerParameters(params)

new RunnerParameters(params): RunnerParameters

Parameters

params: any

Returns

RunnerParameters

Overrides

ServiceParameters.constructor

Source

async/src/services/runner.ts:13

Properties

actions?

actions?: string[]

Actions managed by the runner

Default

[]

Source

async/src/services/runner.ts:11


openapi?

openapi?: OpenAPIWebdaDefinition

OpenAPI override

Schema Ignore

Inherited from

ServiceParameters.openapi

Source

core/lib/services/service.d.ts:104


type

type: string

Type of the service

Inherited from

ServiceParameters.type

Source

core/lib/services/service.d.ts:95


url?

url?: string

URL on which to serve the content

Inherited from

ServiceParameters.url

Source

core/lib/services/service.d.ts:99