Namespace: component
molecule.component
Enumerations
Classes
Interfaces
- IActionBarItemProps
- IActionBarProps
- IBreadcrumbItemProps
- IBreadcrumbProps
- IButtonProps
- ICheckboxProps
- ICollapseProps
- IContextMenuProps
- IContextView
- IContextViewProps
- IDisplayProps
- IDropDownProps
- IIconProps
- IInputProps
- IItemProps
- IListProps
- IMenuItemProps
- IModalFuncProps
- IModalProps
- IMonacoEditorProps
- IPaneConfigs
- IScrollEvent
- IScrollRef
- IScrollbarProps
- ISearchProps
- ISelectOptionProps
- ISelectProps
- ISplitProps
- ISubMenuProps
- ITabProps
- ITabsProps
- ITextAreaProps
- IToolTipProps
- IToolbarProps
- ITreeNodeItemProps
- ITreeProps
Type Aliases
IMenuProps
Ƭ IMenuProps: ISubMenuProps
Defined in
TabsType
Ƭ TabsType: "line"
| "card"
Defined in
Variables
Button
• Const
Button: ForwardRefExoticComponent
<IButtonProps
& {} & RefAttributes
<HTMLButtonElement
>>
Defined in
components/button/index.tsx:26
DropDown
• Const
DropDown: ForwardRefExoticComponent
<Pick
<IDropDownProps
, "slot"
| "style"
| "title"
| "key"
| "defaultChecked"
| "defaultValue"
| "suppressContentEditableWarning"
| "suppressHydrationWarning"
| "accessKey"
| "className"
| "contentEditable"
| "contextMenu"
| "dir"
| "draggable"
| "hidden"
| "id"
| "lang"
| "placeholder"
| "spellCheck"
| "tabIndex"
| "translate"
| "radioGroup"
| "role"
| "about"
| "datatype"
| "inlist"
| "prefix"
| "property"
| "resource"
| "typeof"
| "vocab"
| "autoCapitalize"
| "autoCorrect"
| "autoSave"
| "color"
| "itemProp"
| "itemScope"
| "itemType"
| "itemID"
| "itemRef"
| "results"
| "security"
| "unselectable"
| "inputMode"
| "is"
| "aria-activedescendant"
| "aria-atomic"
| "aria-autocomplete"
| "aria-busy"
| "aria-checked"
| "aria-colcount"
| "aria-colindex"
| "aria-colspan"
| "aria-controls"
| "aria-current"
| "aria-describedby"
| "aria-details"
| "aria-disabled"
| "aria-dropeffect"
| "aria-errormessage"
| "aria-expanded"
| "aria-flowto"
| "aria-grabbed"
| "aria-haspopup"
| "aria-hidden"
| "aria-invalid"
| "aria-keyshortcuts"
| "aria-label"
| "aria-labelledby"
| "aria-level"
| "aria-live"
| "aria-modal"
| "aria-multiline"
| "aria-multiselectable"
| "aria-orientation"
| "aria-owns"
| "aria-placeholder"
| "aria-posinset"
| "aria-pressed"
| "aria-readonly"
| "aria-relevant"
| "aria-required"
| "aria-roledescription"
| "aria-rowcount"
| "aria-rowindex"
| "aria-rowspan"
| "aria-selected"
| "aria-setsize"
| "aria-sort"
| "aria-valuemax"
| "aria-valuemin"
| "aria-valuenow"
| "aria-valuetext"
| "children"
| "dangerouslySetInnerHTML"
| "onCopy"
| "onCopyCapture"
| "onCut"
| "onCutCapture"
| "onPaste"
| "onPasteCapture"
| "onCompositionEnd"
| "onCompositionEndCapture"
| "onCompositionStart"
| "onCompositionStartCapture"
| "onCompositionUpdate"
| "onCompositionUpdateCapture"
| "onFocus"
| "onFocusCapture"
| "onBlur"
| "onBlurCapture"
| "onChange"
| "onChangeCapture"
| "onBeforeInput"
| "onBeforeInputCapture"
| "onInput"
| "onInputCapture"
| "onReset"
| "onResetCapture"
| "onSubmit"
| "onSubmitCapture"
| "onInvalid"
| "onInvalidCapture"
| "onLoad"
| "onLoadCapture"
| "onError"
| "onErrorCapture"
| "onKeyDown"
| "onKeyDownCapture"
| "onKeyPress"
| "onKeyPressCapture"
| "onKeyUp"
| "onKeyUpCapture"
| "onAbort"
| "onAbortCapture"
| "onCanPlay"
| "onCanPlayCapture"
| "onCanPlayThrough"
| "onCanPlayThroughCapture"
| "onDurationChange"
| "onDurationChangeCapture"
| "onEmptied"
| "onEmptiedCapture"
| "onEncrypted"
| "onEncryptedCapture"
| "onEnded"
| "onEndedCapture"
| "onLoadedData"
| "onLoadedDataCapture"
| "onLoadedMetadata"
| "onLoadedMetadataCapture"
| "onLoadStart"
| "onLoadStartCapture"
| "onPause"
| "onPauseCapture"
| "onPlay"
| "onPlayCapture"
| "onPlaying"
| "onPlayingCapture"
| "onProgress"
| "onProgressCapture"
| "onRateChange"
| "onRateChangeCapture"
| "onSeeked"
| "onSeekedCapture"
| "onSeeking"
| "onSeekingCapture"
| "onStalled"
| "onStalledCapture"
| "onSuspend"
| "onSuspendCapture"
| "onTimeUpdate"
| "onTimeUpdateCapture"
| "onVolumeChange"
| "onVolumeChangeCapture"
| "onWaiting"
| "onWaitingCapture"
| "onAuxClick"
| "onAuxClickCapture"
| "onClick"
| "onClickCapture"
| "onContextMenu"
| "onContextMenuCapture"
| "onDoubleClick"
| "onDoubleClickCapture"
| "onDrag"
| "onDragCapture"
| "onDragEnd"
| "onDragEndCapture"
| "onDragEnter"
| "onDragEnterCapture"
| "onDragExit"
| "onDragExitCapture"
| "onDragLeave"
| "onDragLeaveCapture"
| "onDragOver"
| "onDragOverCapture"
| "onDragStart"
| "onDragStartCapture"
| "onDrop"
| "onDropCapture"
| "onMouseDown"
| "onMouseDownCapture"
| "onMouseEnter"
| "onMouseLeave"
| "onMouseMove"
| "onMouseMoveCapture"
| "onMouseOut"
| "onMouseOutCapture"
| "onMouseOver"
| "onMouseOverCapture"
| "onMouseUp"
| "onMouseUpCapture"
| "onSelect"
| "onSelectCapture"
| "onTouchCancel"
| "onTouchCancelCapture"
| "onTouchEnd"
| "onTouchEndCapture"
| "onTouchMove"
| "onTouchMoveCapture"
| "onTouchStart"
| "onTouchStartCapture"
| "onPointerDown"
| "onPointerDownCapture"
| "onPointerMove"
| "onPointerMoveCapture"
| "onPointerUp"
| "onPointerUpCapture"
| "onPointerCancel"
| "onPointerCancelCapture"
| "onPointerEnter"
| "onPointerEnterCapture"
| "onPointerLeave"
| "onPointerLeaveCapture"
| "onPointerOver"
| "onPointerOverCapture"
| "onPointerOut"
| "onPointerOutCapture"
| "onGotPointerCapture"
| "onGotPointerCaptureCapture"
| "onLostPointerCapture"
| "onLostPointerCaptureCapture"
| "onScroll"
| "onScrollCapture"
| "onWheel"
| "onWheelCapture"
| "onAnimationStart"
| "onAnimationStartCapture"
| "onAnimationEnd"
| "onAnimationEndCapture"
| "onAnimationIteration"
| "onAnimationIterationCapture"
| "onTransitionEnd"
| "onTransitionEndCapture"
| "overlay"
| "trigger"
| "placement"
> & RefAttributes
<DropDownRef
>>
Defined in
components/dropdown/index.tsx:23
Menu
• Const
Menu: ForwardRefExoticComponent
<Pick
<PropsWithChildren
<ISubMenuProps
>, keyof ISubMenuProps
> & RefAttributes
<MenuRef
>>
Defined in
Modal
• Const
Modal: ModalType
Defined in
components/dialog/index.tsx:20
Scrollbar
• Const
Scrollbar: ForwardRefExoticComponent
<IScrollbarProps
& {} & RefAttributes
<IScrollRef
>>
Defined in
components/scrollBar/index.tsx:105
Functions
ActionBar
▸ ActionBar<T
>(props
): Element
Type parameters
Name | Type |
---|---|
T | any |
Parameters
Name | Type |
---|---|
props | IActionBarProps <T > |
Returns
Element
Defined in
components/actionBar/index.tsx:126
ActionBarItem
▸ ActionBarItem(props
): Element
Parameters
Name | Type |
---|---|
props | IActionBarItemProps <any > |
Returns
Element
Defined in
components/actionBar/index.tsx:55
Breadcrumb
▸ Breadcrumb(props
): Element
Parameters
Name | Type |
---|---|
props | IBreadcrumbProps |
Returns
Element
Defined in
components/breadcrumb/index.tsx:30
Checkbox
▸ Checkbox(props
): Element
Parameters
Name | Type |
---|---|
props | ICheckboxProps |
Returns
Element
Defined in
components/checkbox/checkbox.tsx:19
Collapse
▸ Collapse(__namedParameters
): Element
Parameters
Name | Type |
---|---|
__namedParameters | ICollapseProps |
Returns
Element
Defined in
components/collapse/index.tsx:61
Display
▸ Display(props
): Element
Parameters
Name | Type |
---|---|
props | IDisplayProps |
Returns
Element
Defined in
components/display/index.tsx:7
Icon
▸ Icon(props
): null
| Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <IIconProps > |
Returns
null
| Element
Defined in
Item
▸ Item(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <IItemProps > |
Returns
Element
Defined in
List
▸ List(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <IListProps > |
Returns
Element
Defined in
MenuItem
▸ MenuItem(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <Omit <IMenuItemProps , "id" >> |
Returns
Element
Defined in
components/menu/menuItem.tsx:42
Option
▸ Option(props
): Element
Parameters
Name | Type |
---|---|
props | ISelectOptionProps |
Returns
Element
Defined in
components/select/option.tsx:20
Pane
▸ Pane(__namedParameters
): Element
Parameters
Name | Type |
---|---|
__namedParameters | PropsWithChildren <IPaneProps & IPaneConfigs > |
Returns
Element
Defined in
Search
▸ Search(props
): Element
Parameters
Name | Type |
---|---|
props | ISearchProps |
Returns
Element
Defined in
components/search/index.tsx:40
SplitPane
▸ SplitPane(__namedParameters
): Element
Parameters
Name | Type |
---|---|
__namedParameters | ISplitProps |
Returns
Element
Defined in
components/split/SplitPane.tsx:81
SubMenu
▸ SubMenu(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <ISubMenuProps > |
Returns
Element
Defined in
components/menu/subMenu.tsx:41
Tab
▸ Tab(__namedParameters
): Element
Parameters
Name | Type |
---|---|
__namedParameters | ITabComponent |
Returns
Element
Defined in
Tabs
▸ Tabs(props
): Element
Parameters
Name | Type |
---|---|
props | ITabsProps |
Returns
Element
Defined in
Toolbar
▸ Toolbar<T
>(props
): Element
Type parameters
Name | Type |
---|---|
T | any |
Parameters
Name | Type |
---|---|
props | IToolbarProps <T > |
Returns
Element
Defined in
components/toolbar/index.tsx:10
Tooltip
▸ Tooltip(__namedParameters
): null
| Element
Parameters
Name | Type |
---|---|
__namedParameters | IToolTipProps |
Returns
null
| Element
Defined in
components/tooltip/index.tsx:9
TreeView
▸ TreeView(__namedParameters
): Element
Parameters
Name | Type |
---|---|
__namedParameters | ITreeProps |
Returns
Element
Defined in
useContextMenu
▸ useContextMenu(props
): IContextMenu
| undefined
Parameters
Name | Type |
---|---|
props | IContextMenuProps |
Returns
IContextMenu
| undefined
Defined in
components/contextMenu/index.tsx:12
useContextView
▸ useContextView(props?
): IContextView
TODO: It's not a hook, don't begin with use
Parameters
Name | Type |
---|---|
props | IContextViewProps |
Returns
Defined in
components/contextView/index.tsx:61
useContextViewEle
▸ useContextViewEle(props?
): undefined
| IContextView
It's a hook used in functional component
Parameters
Name | Type |
---|---|
props? | IContextViewProps |
Returns
undefined
| IContextView