ai11y docs
    Preparing search index...

    Interface Marker

    Marker information for UI elements

    interface Marker {
        elementType: string;
        id: string;
        intent: string;
        label: string;
        options?: { label: string; value: string }[];
        selectedOptions?: string[];
        value?: string;
    }
    Index

    Properties

    elementType: string
    id: string
    intent: string
    label: string
    options?: { label: string; value: string }[]

    All available options for select elements

    selectedOptions?: string[]

    Selected value(s) for select elements

    value?: string

    Current value for input/textarea elements