Перейти к основному содержанию

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

NameTypeDescription
elNumnumberElement number.
forceExpand?booleanExpand all nodes in properties tree or not.

Returns

void