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