Interface NpfLayoutRows

interface NpfLayoutRows {
    display: readonly { blocks: readonly number[]; mode?: { type: string } }[];
    truncate_after?: 1;
    type: "rows";
}

Properties

display: readonly { blocks: readonly number[]; mode?: { type: string } }[]
truncate_after?: 1
type: "rows"