BaseCanvasViewService.refreshScriptEditor Method

Refreshes the script editor to show the specified script action, or the first script action found on whatever is selected.
 

Parameters

scriptAction

Type: ScriptAction
(optional) If specified, the script editor is shown for the specified script action.
Optional: True
property

Type: PropertyDescriptor
(optional) If specified, the property descriptor this refresh is for so that the property can be automatically notified of any changes.
Optional: True
show

Type: Boolean
(optional) By default if the script dockable is not visible then nothing is done. However if this flag is set to true, the dockable will be shown on this call.
Optional: True