Preparing search index...
The search index is not available
Tango LowCode Builder
Tango LowCode Builder
@music163/tango-core
IProjectData
Interface IProjectData
项目数据
interface
IProjectData
{
pages
:
{
filename
:
string
;
includes
?:
{
variables
:
string
[]
;
}
;
path
?:
string
;
title
?:
string
;
}
[]
;
services
:
{
[
key
:
string
]
:
{
filename
:
string
;
functions
:
string
[]
;
}
;
}
;
stores
:
{
[
key
:
string
]
:
{
filename
:
string
;
}
;
}
;
}
Index
Properties
pages
services
stores
Properties
pages
pages
:
{
filename
:
string
;
includes
?:
{
variables
:
string
[]
;
}
;
path
?:
string
;
title
?:
string
;
}
[]
页面列表
services
services
:
{
[
key
:
string
]
:
{
filename
:
string
;
functions
:
string
[]
;
}
;
}
服务列表
stores
stores
:
{
[
key
:
string
]
:
{
filename
:
string
;
}
;
}
模型列表
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pages
services
stores
Tango LowCode Builder
Loading...
项目数据