solid-ui
    Preparing search index...

    Variable matrixConst

    matrix: {
        matrixForQuery: (
            dom: HTMLDocument,
            query: Query,
            vx: Variable,
            vy: Variable,
            vvalue: Variable,
            options: MatrixOptions,
            whenDone: () => void,
        ) => any;
    } = ...

    Type declaration

    • matrixForQuery: (
          dom: HTMLDocument,
          query: Query,
          vx: Variable,
          vy: Variable,
          vvalue: Variable,
          options: MatrixOptions,
          whenDone: () => void,
      ) => any