DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias SvgAttribute

    Specifies properties of an SVG attribute.

    type SvgAttribute = {
        attributeName: string;
        namespace?: string;
        value: string;
    }
    Index

    Properties

    attributeName: string

    The name of the attribute, including the optional prefix.

    namespace?: string

    The namespace of the attribute.

    value: string

    A string value of the attribute.