cdx-proto
    Preparing search index...

    Type Alias GraphicsCollection

    GraphicsCollection: Message<"cyclonedx.v1_6.GraphicsCollection"> & {
        description?: string;
        graphic: GraphicsCollection_Graphic[];
    }

    Type declaration

    • Optionaldescription?: string

      A description of this collection of graphics.

      from field: optional string description = 1;

    • graphic: GraphicsCollection_Graphic[]

      A collection of graphics.

      from field: repeated cyclonedx.v1_6.GraphicsCollection.Graphic graphic = 2;

    from message cyclonedx.v1_6.GraphicsCollection