taga11y - v1.1.0
    Preparing search index...

    Interface Taga11yPasteDetail

    Detail payload for the taga11y:paste event. added lists committed tags in commit order; skipped lists trimmed chunk strings that were rejected.

    interface Taga11yPasteDetail {
        added: TagData[];
        skipped: string[];
    }
    Index

    Properties

    Properties

    added: TagData[]
    skipped: string[]