Represents the alternative text for an Upset plot.

interface AltText {
    longDescription: string;
    shortDescription: string;
    techniqueDescription: string;
    warnings?: string;
}

Properties

longDescription: string

The long description for the Upset plot.

shortDescription: string

The short description for the Upset plot.

techniqueDescription: string

The technique description for the Upset plot.

warnings?: string

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

Generated using TypeDoc