Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/react-cookie-banner-admin/src/types/listContentBlockerContext"

Index

Type aliases

ListContentBlockerContextProps

ListContentBlockerContextProps: Partial<Pick<RegexpTranslationExtractor.TranslationFunctions, "__" | "_i"> & { busy: boolean; contentBlockerCount: number; onCreate: () => void; onDelete: (id: ListContentBlockerRowAttributes["id"]) => void; onEdit: (id: ListContentBlockerRowAttributes["id"]) => void; rows: Array<ListContentBlockerRowProps>; serviceCount: number }>

ListContentBlockerRowAttributes

ListContentBlockerRowAttributes: { id: number; rules: string[] } & Pick<FormContentBlockerValueProps, "name" | "description" | "status" | "services" | "criteria" | "tcfVendors" | "isVisual">

ListContentBlockerRowProps

ListContentBlockerRowProps: { attributes: ListContentBlockerRowAttributes; avatarUrl?: string; busy: boolean; isCreatedFromTemplate?: boolean }

Type declaration

Generated using TypeDoc