Interface: PropsTreeContext
Меньше 1 минуты
Interface: PropsTreeContext
Ui.PropsTreeContext
Context object for PropsTree UI component
Methods
fetchPropsByNumbers
▸ fetchPropsByNumbers(elNum
, forceExpand?
): void
Fetch and display element properties by elNum.
Parameters
Name | Type | Description |
---|---|---|
elNum | number | Element number. |
forceExpand? | boolean | Expand all nodes in properties tree or not. |
Returns
void