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

    Interface ZoomAndPanSVGAttributes

    interface ZoomAndPanSVGAttributes {
        zoomAndPan?:
            | typeof nothing
            | "disable"
            | "magnify"
            | ((flag: void) => typeof nothing | "disable" | "magnify");
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    zoomAndPan?:
        | typeof nothing
        | "disable"
        | "magnify"
        | ((flag: void) => typeof nothing | "disable" | "magnify")