Skip to main content
Version: 6.0.0

carta-frontend/components/Shared

Index

Type Aliases

ColumnFilter

ColumnFilter:

columnFilter

columnFilter: string

index

index: number

Variables

constAppToaster

AppToaster: { clear: () => Promise<void>; show: (toast: ToastProps) => Promise<void> } = ...

Type declaration

  • clear: () => Promise<void>
      • (): Promise<void>
      • Returns Promise<void>

  • show: (toast: ToastProps) => Promise<void>
      • (toast: ToastProps): Promise<void>
      • Parameters

        • toast: ToastProps

        Returns Promise<void>

constAstFonts

AstFonts: Font[] = ...

constColormapComponent

ColormapComponent: React.FC<ColormapComponentProps> = ...

constPointShapeSelectComponent

PointShapeSelectComponent: (props: { handleChange: (pointShape: PointAnnotationShape) => void; pointShape: PointAnnotationShape }) => Element = ...

Type declaration

    • (props: { handleChange: (pointShape: PointAnnotationShape) => void; pointShape: PointAnnotationShape }): Element
    • Parameters

      • props: { handleChange: (pointShape: PointAnnotationShape) => void; pointShape: PointAnnotationShape }
        • handleChange: (pointShape: PointAnnotationShape) => void
        • pointShape: PointAnnotationShape

      Returns Element

constProfilerInfoComponent

ProfilerInfoComponent: React.FC<ProfilerInfoComponentProps> = ...

constSCALING_POPOVER_PROPS

SCALING_POPOVER_PROPS: Partial<PopoverProps> = ...

constScalingSelectComponent

ScalingSelectComponent: React.FC<ScalingComponentProps> = ...

constVERTICAL_RANGE_PADDING

VERTICAL_RANGE_PADDING: 0.05 = 0.05