Preparing search index...
The search index is not available
@wsvaio/utils
@wsvaio/utils
treeToArray
Function treeToArray
tree
To
Array
<
T
>
(
tree
,
array
?
,
options
?
)
:
T
[]
将树形结构转换为扁平化数组
Type Parameters
T
Parameters
tree
:
T
树形结构
array
:
T
[]
= ...
扁平化数组
options
:
{
childrenKey
?:
string
;
delChidlrenKey
?:
boolean
;
}
= ...
配置项
Optional
children
Key
?:
string
Optional
del
Chidlren
Key
?:
boolean
Returns
T
[]
扁平化数组
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@wsvaio/utils
Progress
BuiltInObjects
Compose
JsonableObj
DeepKeys
DeepOmit
DeepPartial
DeepPick
IsEqual
IsOptional
Jsonable
JsonableArr
JsonableBasic
Middleware
Parameters
ToUnionOfFunction
UnionToIntersection
ValueOf
Writeable
filePickerKey
arrayToTree
Loading...
Generated using
TypeDoc
将树形结构转换为扁平化数组