@sheetwrite/coreinterface
Per-side borders; all applies to any side not given its own border.
- Package
@sheetwrite/core- Source
packages/core/src/types/cell.ts#L18
Members 5
all
all?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →;top
top?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →;right
right?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →;bottom
bottom?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →;left
left?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →;Declaration
View full TypeScript declaration
export interface CellBorders { all?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →; top?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →; right?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →; bottom?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →; left?: CellBorderinterface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}interface CellBorder {
color?: string;
width?: number;
style?:
"solid" | "dashed" | "dotted";
}Visual border applied to one or more sides of a cell.API reference →;}