Search
ContainerPagesCommand Constructor
See Also
 





Initializes a new instance of the ContainerPagesCommand class.

Namespace: MindFusion.Diagramming
File: ContainerPagesCommand.js

 Syntax

JavaScript  Copy Code

function ContainerPagesCommand (container, name)

 Parameters

container

PagedContainerNode. The PagedContainerNode modified by this command.

name

string. The name of the command.

 See Also