@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias TextElement

    type TextElement = {
        byteRange: ByteRange;
        placeholder: string | null;
    }
    Index

    Properties

    byteRange: ByteRange

    Byte range in the parent text buffer that this element occupies.

    placeholder: string | null

    Optional human-readable placeholder for the element, displayed in the UI.