Card Group Properties

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

cards?: ICardProps<Element>[]
className?: string

Custom class names.

colSize?: number
el?: HTMLElement

The element to render the component to.

onCardRender?: ((el?, props?) => void)

Type declaration

    • (el?, props?): void
    • Parameters

      • Optional el: HTMLElement
      • Optional props: ICardProps<Element>

      Returns void

onColRender?: ((el?, props?) => void)

Type declaration

    • (el?, props?): void
    • Parameters

      • Optional el: HTMLElement
      • Optional props: ICardProps<Element>

      Returns void

onRender?: ((el?, props?) => void)

Type declaration

    • (el?, props?): void
    • Parameters

      Returns void

Generated using TypeDoc