mdn-translation-ja-mcp
    Preparing search index...

    1 件の glossary 置換候補。

    type GlossaryReplacementCandidate = {
        line: number;
        startOffsetInLine: number;
        raw: string;
        macroName: "glossary" | "Glossary";
        firstArg: string;
        status: GlossaryReplacementCandidateStatus;
        suggestedSecondArg?: string;
        suggestedRaw?: string;
        message?: string;
    }
    Index

    Properties

    line: number
    startOffsetInLine: number
    raw: string
    macroName: "glossary" | "Glossary"
    firstArg: string
    suggestedSecondArg?: string
    suggestedRaw?: string
    message?: string