DocumentationDocumentation
GitHubGitHub (opens in a new tab)
  • Introduction
  • Quick Start
  • Installation
  • Basic
    • Create a Scene
    • Add Actions
    • Show Dialog
    • Show Images
    • Play the Story
    • Make Choices
    • Play Sounds
    • Store Data
    • Conditional
    • Play Voices
    • Manage Preferences
  • Solutions
    • Customizing the font
    • Migration from Ren'Py
  • Core
    • Elements
      • Scene
      • Character
        • Sentence
        • Word
        • Pause
      • Image
      • Sound
      • Menu
      • Script
      • Condition
      • Control
      • Text
      • Persistent
      • Story
      • Displayable
      • Layer
      • Service
      • Video
    • Animation
      • Transform
      • Transition
        • Dissolve
        • Fade In
    • Game
      • Game
      • GameState
      • LiveGame
      • Storable
        • Namespace
        • Preference
      • Hooks
    • Plugin
      • AlignPosition
      • IPosition
      • ITransition
      • ImageTransformProps
      • ImageConfig
      • ImageColor
      • ImageSrc
      • IImageUserConfig
      • ILayerUserConfig
      • ITextUserConfig
      • ISceneUserConfig
      • ISoundUserConfig
      • IStoryConfig
      • JumpConfig
      • Lambda
      • LambdaCtx
      • LambdaHandler
      • LiveGameEvent
      • LiveGameEventToken
      • SayComponent
      • SavedGame
      • SceneConfig
      • ScriptCtx
      • SentenceConfig
      • SentencePrompt
      • SentenceUserConfig
      • ServiceHandlerCtx
      • SoundConfig
      • SoundType
      • StorableData
      • CharacterConfig
      • CharacterMode
      • ChainedActions
      • Choice
      • Coord2DPosition
      • CommonDisplayable
      • CommonDisplayableConfig
      • CommonPositionType
      • CommonTransformProps
      • Components
      • ComponentsTypes
      • ConditionConfig
      • CustomEasingFunction
      • WordConfig
      • EasingDefinition
      • BezierDefinition
      • MenuConfig
      • MenuChoice
      • GameConfig
      • GamePreference
      • GameHistory
      • GameHistoryAction
      • GameElementHistory
      • TextConfig
      • TransformDefinitions
      • TransformersMap
      • RawPosition
      • RichImageUserConfig
      • Origins
      • OffsetPosition
      • PauseConfig
      • PreferenceEventToken
      • FadeOptions
      • Awaitable
      • Background
      • Color
      • Font
      • Gamecontexttype
      • Menucomponent
      • Videoconfig
    • Utils
  • Player
    • Player
    • GameProviders
      • useGame
      • usePreference
      • useRouter
      • useDialog
    • Page Router
      • Router
      • Page
    • Dialog
    • Notification
    • Menu
    • License
    • Incompatible Changes
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
Core
Types
LambdaCtx

LambdaCtx

interface LambdaCtx extends ScriptCtx {
}

For ScriptCtx, see ScriptCtx.

LambdaLambdaHandler

Copyright © 2025 NarraLeaf. Licensed under the MPL-2.0 License. GitHub.