API
API
Options
PivotCellAnnotationOptions

PivotCellAnnotationOptions extends PivotAnnotationOptions

row, col 모두 숫자로 지정하면 위치 변환 없이 셀 위치로 판단한다.

Options

col: number (opens in a new tab) | Array (opens in a new tab)<any (opens in a new tab)>

default: undefined

level: 'info' | 'warning' | 'error'

default: undefined

measure: string (opens in a new tab) | number (opens in a new tab)

default: undefined

message: string (opens in a new tab)

default: undefined

row: number (opens in a new tab) | Array (opens in a new tab)<any (opens in a new tab)>

default: undefined

source: any (opens in a new tab)

default: undefined

style: string (opens in a new tab) | Partial (opens in a new tab)<Pick (opens in a new tab)<CSSStyleDeclaration (opens in a new tab), ...>>

셀에 직접 적용되는 paint-only 스타일(CSSAppearance) 또는 미리 정의된 스타일 이름. border/padding 등 layout에 영향을 주는 속성은 CSSAppearance에서 제외되어 있다.

default: undefined

tag: string (opens in a new tab)

default: undefined

visible: boolean (opens in a new tab)

표시 여부.

default: true