Skip to content

@vtj


@vtj / ui / dataItemProps

Variable: dataItemProps ​

const dataItemProps: object

Defined in: packages/ui/types/components/data-item/types.d.ts:4

Type Declaration ​

actionBarProps ​

actionBarProps: object

actionBarProps.type ​

type: PropType<ActionBarProps>

actions ​

actions: object

actions.type ​

type: PropType<ActionBarItems>

active ​

active: object

active.type ​

type: BooleanConstructor

description ​

description: object

description.type ​

type: StringConstructor

direction ​

direction: object

direction.default ​

default: string

direction.type ​

type: PropType<"row" | "column">

hover ​

hover: object

hover.type ​

type: BooleanConstructor

icon ​

icon: object

icon.type ​

type: PropType<IconParam>

imageHeight ​

imageHeight: object

imageHeight.type ​

type: (NumberConstructor | StringConstructor)[]

imageSrc ​

imageSrc: object

imageSrc.type ​

type: StringConstructor

imageWidth ​

imageWidth: object

imageWidth.type ​

type: (NumberConstructor | StringConstructor)[]

onImageClick ​

onImageClick: object

onImageClick.type ​

type: FunctionConstructor

onTitleClick ​

onTitleClick: object

onTitleClick.type ​

type: FunctionConstructor

padding ​

padding: object

padding.type ​

type: BooleanConstructor

split ​

split: object

split.type ​

type: BooleanConstructor

title ​

title: object

title.type ​

type: StringConstructor