cdx-proto
    Preparing search index...

    Type Alias GraphicsCollection_Graphic

    GraphicsCollection_Graphic: Message<"cyclonedx.v1_6.GraphicsCollection.Graphic"> & {
        image?: AttachedText;
        name?: string;
    }

    Type declaration

    • Optionalimage?: AttachedText

      The graphic (vector or raster). Base64 encoding MUST be specified for binary images.

      from field: optional cyclonedx.v1_6.AttachedText image = 2;

    • Optionalname?: string

      The name of the graphic.

      from field: optional string name = 1;

    from message cyclonedx.v1_6.GraphicsCollection.Graphic