turbodombuilder - v0.9.48
    Preparing search index...

    Type Alias ToolBehaviorCallback<TargetType>

    ToolBehaviorCallback: (
        event: Event,
        target: TargetType,
        options?: ToolBehaviorOptions,
    ) => Propagation | any

    Type Parameters

    Type Declaration

    Function signature for a tool behavior. Returning true marks the behavior as handled/consumed, leading to stopping the propagation of the event.