Section.footers Property
In This Article
Provides access to the section’s footers.
#Declaration
TypeScript
get footers(): HeaderFooter[]
#Property Value
Type | Description |
---|---|
Header |
An array of Header |
See Also