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