Appearance
Faimulus TypeScript API / @faimulus/driver-sdk / ChannelDriverDefinition
Interface: ChannelDriverDefinition
Factory and metadata exported by a trusted channel driver package.
Properties
actions?
readonlyoptionalactions?: readonlyChannelActionDefinition[]
configSchema
readonlyconfigSchema:JsonSchema
displayName
readonlydisplayName:string
outboundMessageSchema?
readonlyoptionaloutboundMessageSchema?:JsonSchema
outboundTargetSchema?
readonlyoptionaloutboundTargetSchema?:JsonSchema
type
readonlytype:string
Methods
createChannel()
createChannel(
context):ChannelInstance