Hiyve Components - v1.0.0
    Preparing search index...

    Ref handle for AgentInput

    interface AgentInputRef {
        focus: () => void;
        setValue: (text: string) => void;
    }
    Index

    Properties

    Properties

    focus: () => void

    Focus the input

    setValue: (text: string) => void

    Set the input value programmatically