TypeDoc API - v0.28.1

    Interface ConverterEvents

    interface ConverterEvents {
        begin: [Context];
        createDeclaration: [Context, Models.DeclarationReflection];
        createDocument: [undefined, Models.DocumentReflection];
        createParameter: [Context, Models.ParameterReflection, Node?];
        createProject: [Context, Models.ProjectReflection];
        createSignature: [
            Context,
            Models.SignatureReflection,
            (SignatureDeclaration | JSDocSignature)?,
            Signature?,
        ];
        createTypeParameter: [
            Context,
            Models.TypeParameterReflection,
            TypeParameterDeclaration?,
        ];
        end: [Context];
        resolveBegin: [Context];
        resolveEnd: [Context];
        resolveReflection: [Context, Models.Reflection];
    }
    Index

    Properties

    begin: [Context]
    createDeclaration: [Context, Models.DeclarationReflection]
    createDocument: [undefined, Models.DocumentReflection]
    createParameter: [Context, Models.ParameterReflection, Node?]
    createProject: [Context, Models.ProjectReflection]
    createSignature: [
        Context,
        Models.SignatureReflection,
        (SignatureDeclaration | JSDocSignature)?,
        Signature?,
    ]
    createTypeParameter: [
        Context,
        Models.TypeParameterReflection,
        TypeParameterDeclaration?,
    ]
    end: [Context]
    resolveBegin: [Context]
    resolveEnd: [Context]
    resolveReflection: [Context, Models.Reflection]
    MMNEPVFCICPMFPCPTTAAATR