Back to Trilium

Interface Attribute

docs/Script API/interfaces/Frontend_Script_API._internal_.Attribute.html

0.102.21.4 KB
Original Source

Interface Attribute

interface Attribute {
attributeId?: string;
endIndex?: number;
isInheritable?: boolean;
name: string;
noteId?: string;
startIndex?: number;
type: AttributeType;
value?: string;
}

Index

Properties

attributeId?endIndex?isInheritable?namenoteId?startIndex?typevalue?

Properties

OptionalattributeId

attributeId?: string

OptionalendIndex

endIndex?: number

OptionalisInheritable

isInheritable?: boolean

name

name: string

OptionalnoteId

noteId?: string

OptionalstartIndex

startIndex?: number

type

type: AttributeType

Optionalvalue

value?: string

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties attributeIdendIndexisInheritablenamenoteIdstartIndextypevalue