Back to Trilium

Interface AttributeRow

docs/Script API/interfaces/Backend_Script_API._internal_.AttributeRow.html

0.102.21.4 KB
Original Source

Interface AttributeRow

interface AttributeRow {
attributeId?: string;
isInheritable?: boolean;
name: string;
noteId?: string;
position?: null | number;
type: AttributeType;
utcDateModified?: string;
value?: string;
}

Index

Properties

attributeId?isInheritable?namenoteId?position?typeutcDateModified?value?

Properties

OptionalattributeId

attributeId?: string

OptionalisInheritable

isInheritable?: boolean

name

name: string

OptionalnoteId

noteId?: string

Optionalposition

position?: null | number

type

type: AttributeType

OptionalutcDateModified

utcDateModified?: string

Optionalvalue

value?: string

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties attributeIdisInheritablenamenoteIdpositiontypeutcDateModifiedvalue