MobX Lark
Preparing search index...
BiTableSchema
Interface BiTableSchema
interface
BiTableSchema
{
appId
:
string
;
formLinkMap
:
Record
<
string
,
Record
<
string
,
string
>
>
;
forms
:
Record
<
string
,
TableFormView
[]
>
;
tableIdMap
:
Record
<
string
,
string
>
;
tables
:
BITable
[]
;
}
Index
Properties
app
Id
form
Link
Map
forms
table
Id
Map
tables
Properties
app
Id
appId
:
string
form
Link
Map
formLinkMap
:
Record
<
string
,
Record
<
string
,
string
>
>
forms
forms
:
Record
<
string
,
TableFormView
[]
>
table
Id
Map
tableIdMap
:
Record
<
string
,
string
>
tables
tables
:
BITable
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
app
Id
form
Link
Map
forms
table
Id
Map
tables
MobX Lark
Loading...