Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / SectionInternalProps

Interface: SectionInternalProps

Defined in: core-interfaces.ts:2805

Extends

Properties

_slides

_slides: PresSlideInternal[]

Defined in: core-interfaces.ts:2807


_type?

optional _type?: "default" | "user"

Defined in: core-interfaces.ts:2806


order?

optional order?: number

Defined in: core-interfaces.ts:2803

Section order - uses to add section at any index

  • values: 1-n

Inherited from

SectionProps.order


title

title: string

Defined in: core-interfaces.ts:2798

Section title

Inherited from

SectionProps.title