Skip to content
LSDEDE
Main Navigation GuideAPI ReferenceRAW Guide (for LLM)

English

日本語
中文
Français

English

日本語
中文
Français

Appearance

Sidebar Navigation

Classes

DialogueEngine

LsdeUtils

Interfaces

ActionBlock

ActionContext

ActionSignature

BaseBlockContext

BeforeBlockArgs

BeforeBlockContext

BlockCharacter

BlockHandlerArgs

BlockMetadata

BlockProperty

BlockScreenshot

BlueprintBlockBase

BlueprintConnection

BlueprintExport

BlueprintScene

CheckOptions

ChoiceBlock

ChoiceContext

ChoiceItem

ConditionBlock

ConditionContext

DiagnosticEntry

DiagnosticReport

DiagnosticStats

DialogBlock

DialogContext

Dictionary

DictionaryRow

ExportAction

ExportCondition

IDialogueEngine

InitOptions

InvalidateBlockArgs

NativeProperties

NoteBlock

PortResolutionInput

PortResolutionResult

RuntimeChoiceItem

RuntimeConditionGroup

SceneContext

SceneHandle

SceneLifecycleArgs

SignatureParam

TrackInfo

ValidateNextBlockArgs

ValidateNextBlockContext

ValidationResult

Type Aliases

ActionHandler

BeforeBlockHandler

BlockHandler

BlockType

BlueprintBlock

ChoiceHandler

CleanupFn

ConditionHandler

DialogHandler

InvalidateBlockHandler

SceneLifecycleHandler

ValidateNextBlockHandler

On this page

LSDE Dialog Engine / InvalidateBlockHandler

Type Alias: InvalidateBlockHandler ​

InvalidateBlockHandler = (args) => void

Defined in: types.ts:812

Handler called when a block fails validation.

Parameters ​

args ​

InvalidateBlockArgs

Returns ​

void

Pager
Previous pageDialogHandler
Next pageSceneLifecycleHandler