Skip to content

@sheetkit/node / JsSlicerConfig

Interface: JsSlicerConfig

Defined in: binding.d.ts:939

Configuration for adding a slicer to a table.

Properties

caption?

optional caption: string

Defined in: binding.d.ts:949

Caption displayed on the slicer header.


cell

cell: string

Defined in: binding.d.ts:943

Anchor cell (top-left corner).


columnCount?

optional columnCount: number

Defined in: binding.d.ts:959

Number of columns in the slicer item display.


columnName

columnName: string

Defined in: binding.d.ts:947

Column name from the table to filter.


height?

optional height: number

Defined in: binding.d.ts:955

Height in pixels.


name

name: string

Defined in: binding.d.ts:941

Unique slicer name.


showCaption?

optional showCaption: boolean

Defined in: binding.d.ts:957

Whether to show the caption header.


style?

optional style: string

Defined in: binding.d.ts:951

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


tableName

tableName: string

Defined in: binding.d.ts:945

Source table name.


width?

optional width: number

Defined in: binding.d.ts:953

Width in pixels.

Released under the MIT / Apache-2.0 License.