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

    Interface ConditionalProcessingSVGAttributes

    interface ConditionalProcessingSVGAttributes {
        requiredExtensions?:
            | string
            | typeof nothing
            | ((flag: void) => string | typeof nothing);
        requiredFeatures?:
            | string
            | typeof nothing
            | ((flag: void) => string | typeof nothing);
        systemLanguage?:
            | string
            | typeof nothing
            | ((flag: void) => string | typeof nothing);
    }

    Hierarchy (View Summary)

    Index

    Properties

    requiredExtensions?:
        | string
        | typeof nothing
        | ((flag: void) => string | typeof nothing)
    requiredFeatures?:
        | string
        | typeof nothing
        | ((flag: void) => string | typeof nothing)
    systemLanguage?:
        | string
        | typeof nothing
        | ((flag: void) => string | typeof nothing)