@mikuroxina/mini-fn
    Preparing search index...

    Type Alias Attribute

    A specifying attribute of a fact.

    type Attribute = {
        key: string;
        namespace: string;
        type: typeof attributeSymbol;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    The name of the attribute such as alt.

    namespace: string

    The namespace of the tag such as http://www.w3.org/2000/svg.

    type: typeof attributeSymbol
    value: string

    The value of the attribute.