Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

API

Re-exports API

start

Re-exports start

h

Re-exports h

Type aliases

AnyAttrs

AnyAttrs: {}

Type declaration

  • [key: string]: any

ShowItemFunc

ShowItemFunc: (item: any, index: number, itemPath: string, group: string) => VNode<any>

Type declaration

    • (item: any, index: number, itemPath: string, group: string): VNode<any>
    • Parameters

      • item: any
      • index: number
      • itemPath: string
      • group: string

      Returns VNode<any>

Functions

Const Input

Const Textarea

Const Select

Const Radio

Const Checkbox

Const Field

Const UpdateButton

Const DeleteButton

Const Clickable

Const SettleButton

Const Dialog

  • Dialog(attributes: DialogExtraProps & { title: string; message: string; hideCancelButton?: boolean; okLabel?: string; cancelLabel?: string } & AnyAttrs, children: (string | VNode<{}>)[]): View<any, any> | VNode<{}>

Const Notification

Const Progress

Const Modal

Const Pagination

Const DatePicker

Const ColorPicker

Const ReorderableList

Const ListItem

  • ListItem(attributes: { tag?: string } & AnyAttrs, children: (string | VNode<{}>)[]): View<any, any> | VNode<{}>

Generated using TypeDoc