Search
Theme.fromId Method
See Also
 





Gets a built-in theme by its string identificator.

Namespace: MindFusion.Diagramming
File: Theme.js

 Syntax

JavaScript  Copy Code

function fromId (id)

 Parameters

id

String. The theme identificator.

 Return Value

Theme. An instance of the Theme class.

 See Also