turbodombuilder - v0.9.5
    Preparing search index...

    Type Alias ToolBehaviorOptions

    Options passed to tool behaviors at execution time.

    type ToolBehaviorOptions = {
        isEmbedded?: boolean;
        embeddedTarget?: Node;
    }
    Index

    Properties

    isEmbedded?: boolean

    Indicates if the tool is embedded in a target node (so behaviors may adjust accordingly).

    embeddedTarget?: Node

    The embedded target node, if any. Behaviors can use this as the operation target when appropriate.