components_GraphEditor_DataBar
perfect-graph / Modules / components/GraphEditor/DataBar
Module: components/GraphEditor/DataBar#
Table of contents#
Namespaces#
Type aliases#
Functions#
Type aliases#
DataBarProps#
Ƭ DataBarProps: Object
Type declaration#
| Name | Type |
|---|---|
editable? | boolean |
footer? | React.FC |
header? | React.FC |
isOpen? | boolean |
sort? | any |
Defined in#
components/GraphEditor/DataBar/index.tsx:26
Functions#
DataBar#
â–¸ Const DataBar(props): Element
Parameters#
| Name | Type |
|---|---|
props | DataBarProps |
Returns#
Element
Defined in#
components/GraphEditor/DataBar/index.tsx:34
EdgeElementSummary#
â–¸ Const EdgeElementSummary(props): Element
Parameters#
| Name | Type |
|---|---|
props | EdgeElementSummaryProps |
Returns#
Element
Defined in#
components/GraphEditor/DataBar/index.tsx:276
isValidURL#
â–¸ Const isValidURL(value): boolean
Parameters#
| Name | Type |
|---|---|
value | string |
Returns#
boolean