HTML renderer для MetaFor - v0.7.4
Preparing search index...
Scope
Type Alias Scope
Scope — скоуп текущей итерации map
item: текущий элемент массива
index: индекс текущего элемента
parent: скоуп родительской итерации (для путей с ../)
type
Scope
=
{
item
:
any
;
index
:
number
;
parent
?:
Scope
;
itemPath
:
string
;
}
Index
Properties
item
index
parent?
item
Path
Properties
item
item
:
any
index
index
:
number
Optional
parent
parent
?:
Scope
item
Path
itemPath
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
item
index
parent
item
Path
HTML renderer для MetaFor - v0.7.4
Loading...
Scope — скоуп текущей итерации map