Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
ScreensAccessor
Class ScreensAccessor
Hierarchy (
View Summary
)
ElementListAccessor
<
Screen
,
FindScreensQuery
,
CreateScreenRequest
>
ScreensAccessor
Index
Constructors
constructor
Methods
find
find
All
create
Constructors
constructor
new
ScreensAccessor
(
client
:
MembraneApiClient
)
:
ScreensAccessor
Parameters
client
:
MembraneApiClient
Returns
ScreensAccessor
Methods
find
find
(
query
?:
FindScreensQuery
,
)
:
Promise
<
PaginationResponse
<
{
id
:
string
;
name
:
string
;
type
:
Integration
;
key
?:
string
;
blocks
:
(
{
type
:
ScreenBlockType
}
&
Record
<
string
,
any
>
)
[]
;
}
,
>
,
>
Parameters
Optional
query
:
FindScreensQuery
Returns
Promise
<
PaginationResponse
<
{
id
:
string
;
name
:
string
;
type
:
Integration
;
key
?:
string
;
blocks
:
(
{
type
:
ScreenBlockType
}
&
Record
<
string
,
any
>
)
[]
;
}
,
>
,
>
find
All
findAll
(
query
?:
Omit
<
FindScreensQuery
,
"limit"
>
,
)
:
Promise
<
{
id
:
string
;
name
:
string
;
type
:
Integration
;
key
?:
string
;
blocks
:
(
{
type
:
ScreenBlockType
}
&
Record
<
string
,
any
>
)
[]
;
}
[]
,
>
Parameters
Optional
query
:
Omit
<
FindScreensQuery
,
"limit"
>
Returns
Promise
<
{
id
:
string
;
name
:
string
;
type
:
Integration
;
key
?:
string
;
blocks
:
(
{
type
:
ScreenBlockType
}
&
Record
<
string
,
any
>
)
[]
;
}
[]
,
>
create
create
(
data
:
CreateScreenRequest
,
)
:
Promise
<
{
id
:
string
;
name
:
string
;
type
:
Integration
;
key
?:
string
;
blocks
:
(
{
type
:
ScreenBlockType
}
&
Record
<
string
,
any
>
)
[]
;
}
,
>
Parameters
data
:
CreateScreenRequest
Returns
Promise
<
{
id
:
string
;
name
:
string
;
type
:
Integration
;
key
?:
string
;
blocks
:
(
{
type
:
ScreenBlockType
}
&
Record
<
string
,
any
>
)
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
find
All
create
Console
SDK
REST API
Membrane React - v0.6.0
Loading...