@arcmantle/adapter-element
    Preparing search index...

    Interface AttributePartInfo

    interface AttributePartInfo {
        name: string;
        strings?: readonly string[];
        tagName: string;
        type: 1 | 3 | 4 | 5;
    }
    Index

    Properties

    name: string
    strings?: readonly string[]
    tagName: string
    type: 1 | 3 | 4 | 5