turbodombuilder - v0.9.22
    Preparing search index...

    Type Alias ToolBehaviorOptions

    Options object 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.

    embeddedTarget?: Node

    The target of the tool, if it is embedded.