prorm API Reference
← Documentation
GitLab
Preparing search index...
index
GraphPropertyDefinition
Interface GraphPropertyDefinition
Property/attribute definition for a node or edge model (schemaless-friendly).
interface
GraphPropertyDefinition
{
type
?:
string
;
unique
?:
boolean
;
index
?:
boolean
;
required
?:
boolean
;
primaryKey
?:
boolean
;
}
Index
Properties
type?
unique?
index?
required?
primary
Key?
Properties
Optional
type
type
?:
string
Optional
unique
unique
?:
boolean
Optional
index
index
?:
boolean
Optional
required
required
?:
boolean
Optional
primary
Key
primaryKey
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
unique
index
required
primary
Key
← Documentation
GitLab
prorm API Reference
Loading...
Property/attribute definition for a node or edge model (schemaless-friendly).