Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / SectionInternalProps

Interface: SectionInternalProps

Defined in: core-interfaces.ts:3013

Extends

Properties

_slides

_slides: PresSlideInternal[]

Defined in: core-interfaces.ts:3015


_type?

optional _type?: "default" | "user"

Defined in: core-interfaces.ts:3014


order?

optional order?: number

Defined in: core-interfaces.ts:3011

Section order - uses to add section at any index

  • values: 1-n

Inherited from

SectionProps.order


title

title: string

Defined in: core-interfaces.ts:3006

Section title

Inherited from

SectionProps.title