taga11y - v0.1.0
    Preparing search index...

    Interface TagData

    A single selected tag as stored internally and emitted in event payloads.

    interface TagData {
        id: string;
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique internal identifier (e.g. "taga11y-tags-tag-0").

    label: string

    Human-readable label displayed in the chip.

    value: string

    Form value committed to the hidden input.