Closed marhyno closed 3 years ago
No, but undefined or blank string meta will be omitted even if you call init()
like this:
diagram.init(
'name',
'hostname',
'tenant-ip',
'admin-ip',
'loopback-ip',
'serial-number',
'ios-version',
'software-type',
'hypervisor-hostname',
'hypervisor-ip',
'capabilities',
'childAction',
'clientEvent',
'configIssues',
);
Is there a way to display different meta for different Nodes ? E.g. I have two nodes, one is router one is switch, both have different meta but I dont want to write all meta in Diagram init.