Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
WorkspaceElementSpec
Interface WorkspaceElementSpec
interface
WorkspaceElementSpec
{
type
:
WorkspaceElementType
;
apiPath
:
string
;
name
:
string
;
namePlural
:
string
;
createSchema
?:
ZodObject
<
any
,
$strip
>
;
updateSchema
?:
ZodObject
<
any
,
$strip
>
;
editablePropertiesSchema
?:
ZodObject
<
any
,
$strip
>
;
apiResponseSchema
?:
ZodObject
<
any
,
$strip
>
;
findQuerySchema
?:
ZodObject
<
any
,
$strip
>
;
isMembraneInterface
?:
boolean
;
isIntegrationLevel
?:
boolean
;
parentFieldKey
?:
string
;
}
Index
Properties
type
api
Path
name
name
Plural
create
Schema?
update
Schema?
editable
Properties
Schema?
api
Response
Schema?
find
Query
Schema?
is
Membrane
Interface?
is
Integration
Level?
parent
Field
Key?
Properties
type
type
:
WorkspaceElementType
api
Path
apiPath
:
string
name
name
:
string
name
Plural
namePlural
:
string
Optional
create
Schema
createSchema
?:
ZodObject
<
any
,
$strip
>
Optional
update
Schema
updateSchema
?:
ZodObject
<
any
,
$strip
>
Optional
editable
Properties
Schema
editablePropertiesSchema
?:
ZodObject
<
any
,
$strip
>
Optional
api
Response
Schema
apiResponseSchema
?:
ZodObject
<
any
,
$strip
>
Optional
find
Query
Schema
findQuerySchema
?:
ZodObject
<
any
,
$strip
>
Optional
is
Membrane
Interface
isMembraneInterface
?:
boolean
Optional
is
Integration
Level
isIntegrationLevel
?:
boolean
Optional
parent
Field
Key
parentFieldKey
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
api
Path
name
name
Plural
create
Schema
update
Schema
editable
Properties
Schema
api
Response
Schema
find
Query
Schema
is
Membrane
Interface
is
Integration
Level
parent
Field
Key
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...