Skip to content

@vtjDocs


@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>

description

description: object

description.type

type: StringConstructor

direction

direction: object

direction.default

default: string

direction.type

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

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

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:5

Released under the MIT License.