|
|
componentsPanel.reload()
UsagecomponentsPanel.reload()
ReturnsA Boolean
value of true if the Component panel list is refreshed, false otherwise.
DescriptionMethod;
refreshes the Components panel’s list of components.
ExampleThe
following example refreshes the Components panel:
fl.componentsPanel.reload();
|