Information pertaining to a subject's meaning.

interface WKSubjectMeaning {
    accepted_answer: boolean;
    meaning: string;
    primary: boolean;
}

Properties

accepted_answer: boolean

Indicates if the meaning is used to evaluate user input for correctness.

meaning: string

A singular subject meaning.

primary: boolean

Indicates priority in the WaniKani system.