Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / CHART_NAME

Type Alias: CHART_NAME

CHART_NAME = `${ChartType}`

Defined in: src/enums.ts:18

Public chart-type name accepted by addChart(). Derived from the internal ChartType enum (see below) so the two never drift: adding a member to the enum extends this union automatically.