Trilium Frontend API
Preparing search index...
<internal>
DefinitionObject
Interface DefinitionObject
interface
DefinitionObject
{
inverseRelation
?:
string
;
isPromoted
?:
boolean
;
labelType
?:
|
"number"
|
"boolean"
|
"text"
|
"textarea"
|
"select"
|
"date"
|
"datetime"
|
"time"
|
"url"
|
"email"
|
"phone"
|
"color"
;
multiplicity
?:
"single"
|
"multi"
;
numberPrecision
?:
number
;
promotedAlias
?:
string
;
selectOptions
?:
string
[]
;
}
Index
Properties
inverse
Relation?
is
Promoted?
label
Type?
multiplicity?
number
Precision?
promoted
Alias?
select
Options?
Properties
Optional
inverse
Relation
inverseRelation
?:
string
Optional
is
Promoted
isPromoted
?:
boolean
Optional
label
Type
labelType
?:
|
"number"
|
"boolean"
|
"text"
|
"textarea"
|
"select"
|
"date"
|
"datetime"
|
"time"
|
"url"
|
"email"
|
"phone"
|
"color"
Optional
multiplicity
multiplicity
?:
"single"
|
"multi"
Optional
number
Precision
numberPrecision
?:
number
Optional
promoted
Alias
promotedAlias
?:
string
Optional
select
Options
selectOptions
?:
string
[]
The values a
select
field offers, in the order they are offered.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inverse
Relation
is
Promoted
label
Type
multiplicity
number
Precision
promoted
Alias
select
Options
Trilium Frontend API
Loading...
The values a
selectfield offers, in the order they are offered.