@watzon/baserow
Preparing search index...
types
LocalBaserowTableDataSyncCreate
Interface LocalBaserowTableDataSyncCreate
interface
LocalBaserowTableDataSyncCreate
{
sourceTableId
:
number
;
sourceTableViewId
?:
null
|
number
;
syncedProperties
:
string
[]
;
tableName
:
string
;
type
:
"local_baserow_table"
;
}
Hierarchy
BaseDataSyncCreate
LocalBaserowTableDataSyncCreate
Index
Properties
source
Table
Id
source
Table
View
Id?
synced
Properties
table
Name
type
Properties
source
Table
Id
sourceTableId
:
number
Optional
source
Table
View
Id
sourceTableViewId
?:
null
|
number
synced
Properties
syncedProperties
:
string
[]
table
Name
tableName
:
string
type
type
:
"local_baserow_table"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
source
Table
Id
source
Table
View
Id
synced
Properties
table
Name
type
@watzon/baserow
Loading...