type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
63 lines (62 loc) • 1.29 kB
YAML
### YamlMime:UniversalReference
items:
- uid: botbuilder.WebRequest
name: WebRequest
fullName: WebRequest
children:
- botbuilder.WebRequest.body
- botbuilder.WebRequest.headers
- botbuilder.WebRequest.on
langs:
- typeScript
type: interface
summary: Express or Restify Request object.
package: botbuilder
- uid: botbuilder.WebRequest.body
name: body
fullName: body
children: []
langs:
- typeScript
type: property
summary: ''
optional: true
syntax:
content: 'body?: any'
return:
type:
- any
- uid: botbuilder.WebRequest.headers
name: headers
fullName: headers
children: []
langs:
- typeScript
type: property
summary: ''
syntax:
content: 'headers: any'
return:
type:
- any
- uid: botbuilder.WebRequest.on
name: 'on'
children: []
type: method
langs:
- typeScript
summary: ''
syntax:
content: 'function on(event: string, args: any[])'
parameters:
- id: event
type:
- string
description: ''
- id: args
type:
- 'any[]'
description: ''
return:
type:
- any