Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/context/skillContext"

Index

Functions

createSkillContext

  • createSkillContext<C>(ctx: HandlerContext): SkillContext<C>
  • Helper function to create a SkillContext instance from the passed in HandlerContext

    Type parameters

    • C: Record<string, any> = any

    Parameters

    • ctx: HandlerContext

    Returns SkillContext<C>

Generated using TypeDoc