AgentOS Extensions API - v1.0.3
    Preparing search index...

    Result of a type operation

    interface TypeResult {
        element: string;
        success: boolean;
        text: string;
    }
    Index

    Properties

    Properties

    element: string

    Element that received input

    success: boolean

    Whether typing was successful

    text: string

    Text that was typed