Skip to content

@vtj


@vtj / ui / dataItemProps

Variable: dataItemProps

const dataItemProps: object

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: (StringConstructor | NumberConstructor)[]

imageSrc

imageSrc: object

imageSrc.type

type: StringConstructor

imageWidth

imageWidth: object

imageWidth.type

type: (StringConstructor | NumberConstructor)[]

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

Defined in

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

Released under the MIT License.