Skip to main content

@webda/coreReadme | API


Interface: OperationDefinition

Define an operation within webda app

Extended by

Properties

id

id: string

Id of the operation

Source

packages/core/src/core.ts:123


input?

input?: string

Name of the schema that defines operation input

Source

packages/core/src/core.ts:127


method

method: string

Method implementing the operation

Source

packages/core/src/core.ts:144


output?

output?: string

Name of the schema that defines operation output

Source

packages/core/src/core.ts:131


permission?

permission?: string

WebdaQL to execute on session to know if operation is available to user

Source

packages/core/src/core.ts:136


service

service: string

Service implementing the operation

Source

packages/core/src/core.ts:140