Skip to content

@sheetkit/node / JsSlicerConfig

Interface: JsSlicerConfig

Defined in: binding.d.ts:1015

Configuration for adding a slicer to a table.

Properties

caption?

optional caption: string

Defined in: binding.d.ts:1025

Caption displayed on the slicer header.


cell

cell: string

Defined in: binding.d.ts:1019

Anchor cell (top-left corner).


columnCount?

optional columnCount: number

Defined in: binding.d.ts:1035

Number of columns in the slicer item display.


columnName

columnName: string

Defined in: binding.d.ts:1023

Column name from the table to filter.


height?

optional height: number

Defined in: binding.d.ts:1031

Height in pixels.


name

name: string

Defined in: binding.d.ts:1017

Unique slicer name.


showCaption?

optional showCaption: boolean

Defined in: binding.d.ts:1033

Whether to show the caption header.


style?

optional style: string

Defined in: binding.d.ts:1027

Slicer visual style (e.g. "SlicerStyleLight1").


tableName

tableName: string

Defined in: binding.d.ts:1021

Source table name.


width?

optional width: number

Defined in: binding.d.ts:1029

Width in pixels.

Released under the MIT / Apache-2.0 License.