AltText: {
    longDescription: string | null;
    shortDescription: string | null;
    techniqueDescription?: string;
    warnings?: string;
}

Represents the alternative text for an Upset plot.

Type declaration

  • longDescription: string | null

    The long description for the Upset plot.

  • shortDescription: string | null

    The short description for the Upset plot.

  • Optional techniqueDescription?: string

    The technique description for the Upset plot.

  • Optional warnings?: string

    Optional warnings for the Upset plot. Not yet implemented by the API as of 4/22/24

Generated using TypeDoc