Skip to content

aisbreaker-api-js - v0.1.15 / services/filters/NormalizeFilter / NormalizeFilterProps

Interface: NormalizeFilterProps

services/filters/NormalizeFilter.NormalizeFilterProps

Every AIsService can be parameterized with these or (in very rare cases) with a service-specific extention of these properties.

Hierarchy

Table of contents

Properties

Properties

forward2Service

forward2Service: AIsService

the actual service; this filter will forward to this service

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/services/filters/NormalizeFilter.ts:12


internServiceOptions

Optional internServiceOptions: any

Service implementation specific opts. Try to avoid using them because they are NOT portable!!!

Inherited from

AIsServiceProps.internServiceOptions

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/AIsService.ts:42


serviceId

serviceId: string

Unique identified of the AIsBreaker service, see: https://aisbreaker.org/docs/serviceId

Inherited from

AIsServiceProps.serviceId

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/AIsService.ts:31


url

Optional url: string

URL of the AI service (optional).

Inherited from

AIsServiceProps.url

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/AIsService.ts:36

Released under the MIT License.