@sheetkit/node / JsSlicerConfig
Interface: JsSlicerConfig
Defined in: binding.d.ts:1024
Configuration for adding a slicer to a table.
Properties
caption?
optionalcaption:string
Defined in: binding.d.ts:1034
Caption displayed on the slicer header.
cell
cell:
string
Defined in: binding.d.ts:1028
Anchor cell (top-left corner).
columnCount?
optionalcolumnCount:number
Defined in: binding.d.ts:1044
Number of columns in the slicer item display.
columnName
columnName:
string
Defined in: binding.d.ts:1032
Column name from the table to filter.
height?
optionalheight:number
Defined in: binding.d.ts:1040
Height in pixels.
name
name:
string
Defined in: binding.d.ts:1026
Unique slicer name.
showCaption?
optionalshowCaption:boolean
Defined in: binding.d.ts:1042
Whether to show the caption header.
style?
optionalstyle:string
Defined in: binding.d.ts:1036
Slicer visual style (e.g. "SlicerStyleLight1").
tableName
tableName:
string
Defined in: binding.d.ts:1030
Source table name.
width?
optionalwidth:number
Defined in: binding.d.ts:1038
Width in pixels.