Search
ContainerPage.title Property
See Also
 





Gets or sets the title of this page.

Namespace: MindFusion.Diagramming
File: ContainerPage.js

 Syntax

JavaScript  Copy Code

get title() {}
set title(value) {}

 Property Value

String

A string containing title text.

 Remarks

PagedContainerNode set its text to the title of currentPage.

 See Also