Skip to main content

tw5-typed / tiddler / ITiddlerFields

Interface: ITiddlerFields

tiddler.ITiddlerFields

Indexable

▪ [anyKey: string]: unknown

Table of contents

Properties

Properties

color

Optional Readonly color: string

Defined in

src/tiddler/index.d.ts:6


color-scheme

Optional Readonly color-scheme: "dark" | "light"

Defined in

src/tiddler/index.d.ts:7


created

Optional Readonly created: Date

Defined in

src/tiddler/index.d.ts:8


list

Optional Readonly list: string[]

Defined in

src/tiddler/index.d.ts:9


modified

Optional Readonly modified: Date

Defined in

src/tiddler/index.d.ts:10


tags

Optional Readonly tags: string[]

Defined in

src/tiddler/index.d.ts:11


text

Readonly text: string

Defined in

src/tiddler/index.d.ts:12


title

Readonly title: string

Defined in

src/tiddler/index.d.ts:13


type

Readonly type: string

Defined in

src/tiddler/index.d.ts:14