@arcmantle/lit-jsx
    Preparing search index...

    Interface AnimationAdditionSVGAttributes

    interface AnimationAdditionSVGAttributes {
        accumulate?:
            | typeof nothing
            | "sum"
            | "none"
            | ((flag: void) => typeof nothing | "sum" | "none");
        additive?:
            | typeof nothing
            | "sum"
            | "replace"
            | ((flag: void) => typeof nothing | "sum" | "replace");
        attributeName?:
            | string
            | typeof nothing
            | ((flag: void) => string | typeof nothing);
    }

    Hierarchy (View Summary)

    Index

    Properties

    accumulate?:
        | typeof nothing
        | "sum"
        | "none"
        | ((flag: void) => typeof nothing | "sum" | "none")
    additive?:
        | typeof nothing
        | "sum"
        | "replace"
        | ((flag: void) => typeof nothing | "sum" | "replace")
    attributeName?:
        | string
        | typeof nothing
        | ((flag: void) => string | typeof nothing)