Trilium Backend API
Preparing search index...
<internal>
AttributeRow
Interface AttributeRow
interface
AttributeRow
{
attributeId
?:
string
;
isInheritable
?:
boolean
;
name
:
string
;
noteId
?:
string
;
position
?:
number
;
type
:
AttributeType
;
utcDateModified
?:
string
;
value
?:
string
;
}
Index
Properties
attribute
Id?
is
Inheritable?
name
note
Id?
position?
type
utc
Date
Modified?
value?
Properties
Optional
attribute
Id
attributeId
?:
string
Optional
is
Inheritable
isInheritable
?:
boolean
name
name
:
string
Optional
note
Id
noteId
?:
string
Optional
position
position
?:
number
type
type
:
AttributeType
Optional
utc
Date
Modified
utcDateModified
?:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attribute
Id
is
Inheritable
name
note
Id
position
type
utc
Date
Modified
value
Trilium Backend API
Loading...