Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / isChartExType

Function: isChartExType()

isChartExType(type): boolean

Defined in: src/enums.ts:524

Is type a chartEx (cx:) chart? Accepts a ChartType/CHART_NAME string; anything else — including a combo-chart ChartMulti[] array or undefined — is not a chartEx type (combos are classic-only), so those return false.

Parameters

type

unknown

Returns

boolean