Skip to content

Latest commit

 

History

History
179 lines (90 loc) · 3.58 KB

File metadata and controls

179 lines (90 loc) · 3.58 KB

henkan


henkan / Grammar

Interface: Grammar

Defined in: types.ts:1016

Grammar point information

Extends

Properties

audio?

optional audio?: string

Defined in: types.ts:1048

The filename of an audio file for the grammar point


deckPath?

optional deckPath?: string

Defined in: types.ts:668

The full path of the Anki deck

Inherited from

ResultEntry.deckPath


doNotCreateNote?

optional doNotCreateNote?: true

Defined in: types.ts:676

Whether or not this entry should be converted into an Anki note

Inherited from

ResultEntry.doNotCreateNote


id?

optional id?: `${number}`

Defined in: types.ts:660

ID used for the Anki note ID

Inherited from

ResultEntry.id


jlpt?

optional jlpt?: `N${number}`

Defined in: types.ts:1040

The post-2010 JLPT level


meaning

meaning: GrammarMeaning

Defined in: types.ts:1024

The English meaning/translation of the grammar point


noteID?

optional noteID?: string

Defined in: types.ts:656

ID used for the resulting Anki note

Inherited from

ResultEntry.noteID


noteTypeName?

optional noteTypeName?: string

Defined in: types.ts:664

Anki note type name

Inherited from

ResultEntry.noteTypeName


phrases?

optional phrases?: Phrase[]

Defined in: types.ts:1036

Example phrase using the grammar point


point

readonly point: string

Defined in: types.ts:1020

The most common form in which the grammar point written in


readings?

optional readings?: Reading[]

Defined in: types.ts:1028

The readings of the grammar point


source?

optional source?: string

Defined in: types.ts:1044

The source from which data for this grammar point has been extracted


tags?

optional tags?: string[]

Defined in: types.ts:672

Tags generated based on the entry's information

Inherited from

ResultEntry.tags


usages?

optional usages?: string[]

Defined in: types.ts:1032

Ways in which the grammar point is used in Japanese