sesaparcours
    Preparing search index...
    interface IDisplayParamMtg {
        inputProps: Record<string, { initialValue: number }>;
        mtgOptions: object;
        name: string;
        persistent: boolean;
        svgOptions: object;
        type: "mathgraph";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    inputProps: Record<string, { initialValue: number }>
    mtgOptions: object
    name: string
    persistent: boolean
    svgOptions: object
    type: "mathgraph"
    value: string