CycloneDX JavaScript Library - Node - v9.4.0
    Preparing search index...

    Interface FileAttachment<P>

    interface FileAttachment<P extends string> {
        file: P;
        filePath: P;
        text: Models.Attachment;
    }

    Type Parameters

    • P extends string

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    file: P
    filePath: P