parse5
    Preparing search index...

    Interface Attribute

    interface Attribute {
        name: string;
        namespace?: string;
        prefix?: string;
        value: string;
    }
    Index

    Properties

    name: string

    The name of the attribute.

    namespace?: string

    The namespace of the attribute.

    prefix?: string

    The namespace-related prefix of the attribute.

    value: string

    The value of the attribute.