Interface ConcatOptions

Options for concat

interface ConcatOptions {
    how?: "vertical" | "horizontal" | "diagonal";
    rechunk?: boolean;
}

Properties

Properties

how?: "vertical" | "horizontal" | "diagonal"
rechunk?: boolean

Generated using TypeDoc