RouteMetadata
@quik/http / RouteMetadataStore / RouteMetadata
Type Alias: RouteMetadata
RouteMetadata =
object
Defined in: http/src/router/metadata.store.ts:7
Properties
condition?
optionalcondition?: () =>boolean
Defined in: http/src/router/metadata.store.ts:11
Returns
boolean
description?
optionaldescription?:string
Defined in: http/src/router/metadata.store.ts:13
endpoints
endpoints:
EndpointMetadata[]
Defined in: http/src/router/metadata.store.ts:15
flags
flags:
string[]
Defined in: http/src/router/metadata.store.ts:14
name
name:
string
Defined in: http/src/router/metadata.store.ts:8
parameters?
optionalparameters?:Constructor<QPathParameters>
Defined in: http/src/router/metadata.store.ts:16
path
path:
string
Defined in: http/src/router/metadata.store.ts:10
summary?
optionalsummary?:string
Defined in: http/src/router/metadata.store.ts:12
tagName?
optionaltagName?:string
Defined in: http/src/router/metadata.store.ts:9