@sheetkit/node / JsSlicerConfig
Interface: JsSlicerConfig
Defined in: binding.d.ts:939
Configuration for adding a slicer to a table.
Properties
caption?
optionalcaption: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?
optionalcolumnCount: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?
optionalheight:number
Defined in: binding.d.ts:955
Height in pixels.
name
name:
string
Defined in: binding.d.ts:941
Unique slicer name.
showCaption?
optionalshowCaption:boolean
Defined in: binding.d.ts:957
Whether to show the caption header.
style?
optionalstyle: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?
optionalwidth:number
Defined in: binding.d.ts:953
Width in pixels.