@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Table
Layout
Create
Failed
Table
Layout
Delete
Failed
Table
Layout
Duplicate
Failed
Table
Layout
Fetch
Failed
Table
Layout
Put
Failed
Table
Layout
Toggle
Active
Failed
Table
Layouts
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
delete
duplicate
get
get
All
meta
put
toggle
Active
Table
Layouts
Fetch
Failed
Table
Layouts
Meta
Failed
Table
Layout
Duplicate
Options
Table
Layout
Entity
Table
Layout
Response
Table
Layouts
Options
Table
Layouts
Query
Table
Layouts
Response
Hierarchy
ThBaseHandler
TableLayouts
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
delete
duplicate
get
get
All
meta
put
toggle
Active
Constructors
constructor
new
Table
Layouts
(
options
:
TableLayoutsOptions
, http
:
Client
)
:
TableLayouts
Parameters
options:
TableLayoutsOptions
http:
Client
Returns
TableLayouts
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
TableLayoutsOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v1/table_layouts'
Methods
create
create
(
tableLayout
:
TableLayoutEntity
)
:
Promise
<
TableLayoutResponse
>
Parameters
tableLayout:
TableLayoutEntity
Returns
Promise
<
TableLayoutResponse
>
delete
delete
(
id
:
string
)
:
Promise
<
TableLayoutResponse
>
Parameters
id:
string
Returns
Promise
<
TableLayoutResponse
>
duplicate
duplicate
(
id
:
string
, options
:
TableLayoutDuplicateOptions
)
:
Promise
<
TableLayoutResponse
>
Parameters
id:
string
options:
TableLayoutDuplicateOptions
Returns
Promise
<
TableLayoutResponse
>
get
get
(
id
:
string
)
:
Promise
<
TableLayoutResponse
>
Parameters
id:
string
Returns
Promise
<
TableLayoutResponse
>
get
All
get
All
(
query
?:
TableLayoutsQuery
)
:
Promise
<
TableLayoutsResponse
>
Parameters
Optional
query:
TableLayoutsQuery
Returns
Promise
<
TableLayoutsResponse
>
meta
meta
(
query
?:
TableLayoutsQuery
)
:
Promise
<
TableLayoutsResponse
>
Parameters
Optional
query:
TableLayoutsQuery
Returns
Promise
<
TableLayoutsResponse
>
put
put
(
id
:
string
, tableLayout
:
TableLayoutEntity
)
:
Promise
<
TableLayoutResponse
>
Parameters
id:
string
tableLayout:
TableLayoutEntity
Returns
Promise
<
TableLayoutResponse
>
toggle
Active
toggle
Active
(
id
:
string
)
:
Promise
<
TableLayoutResponse
>
Parameters
id:
string
Returns
Promise
<
TableLayoutResponse
>
Generated using
TypeDoc