Kizuki
    Preparing search index...

    Interface CheckedConcept

    A concept that passed the checks, ready to be saved as proposed.

    interface CheckedConcept {
        name: string;
        quotes: { passageId: string; text: string }[];
        sectionId: string;
    }
    Index
    name: string

    The concept's name, at most 120 characters, with runs of spaces made single. A heading's concept is named after the heading, without colons or full stops at the end.

    quotes: { passageId: string; text: string }[]

    The sentences from the material that state the concept, each checked against its passage. At least one.

    sectionId: string

    The section the concept belongs to: its heading's section, or the section of its first quote.