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 declarationName | Type |
---|---|
editable? | boolean |
footer? | React.FC |
header? | React.FC |
isOpen? | boolean |
sort? | any |
#
Defined incomponents/GraphEditor/DataBar/index.tsx:26
#
Functions#
DataBarâ–¸ Const
DataBar(props
): Element
#
ParametersName | Type |
---|---|
props | DataBarProps |
#
ReturnsElement
#
Defined incomponents/GraphEditor/DataBar/index.tsx:34
#
EdgeElementSummaryâ–¸ Const
EdgeElementSummary(props
): Element
#
ParametersName | Type |
---|---|
props | EdgeElementSummaryProps |
#
ReturnsElement
#
Defined incomponents/GraphEditor/DataBar/index.tsx:276
#
isValidURLâ–¸ Const
isValidURL(value
): boolean
#
ParametersName | Type |
---|---|
value | string |
#
Returnsboolean