Module

x/cliffy/mod.ts>Cell

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class Cell
import { Cell } from "https://dotland.deno.dev/x/cliffy@v0.15.0/mod.ts";

Constructors

new
Cell(value: ICell)

Properties

protected
options: ICellOptions
readonly
length: number

Methods

border(enable: boolean, override?): this

Setter:

clone(value?: ICell): Cell
colSpan(span: number, override?): this
getBorder(): boolean

Getter:

getColSpan(): number
getRowSpan(): number
rowSpan(span: number, override?): this
setValue(value: ICell): this
toString(): string
import Cell
import { Cell } from "https://dotland.deno.dev/x/cliffy@v0.15.0/mod.ts";