schema-components - v3.7.0
    Preparing search index...

    Interface HintInfo

    Structured constraint-hint data for the Solid renderers. Identical shape to react/a11y.ts HintInfo — the input takes the ariaDescribedBy id, the renderer emits a sibling <small id={...}> whose text is hint. Returns undefined when the field has no advertise-able constraints.

    interface HintInfo {
        id: string;
        hint: string;
        ariaDescribedBy: string;
    }
    Index

    Properties

    id: string
    hint: string
    ariaDescribedBy: string