Skip to main content
Version: Next

Namespace: component

molecule.component

Enumerations

Classes

Interfaces

Type Aliases

IMenuProps

Ƭ IMenuProps: ISubMenuProps

Defined in

components/menu/menu.tsx:26


TabsType

Ƭ TabsType: "line" | "card"

Defined in

components/tabs/index.tsx:19

Variables

Button

Const Button: ForwardRefExoticComponent<IButtonProps & {} & RefAttributes<HTMLButtonElement>>

Defined in

components/button/index.tsx:26


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


Const Menu: ForwardRefExoticComponent<Pick<PropsWithChildren<ISubMenuProps>, keyof ISubMenuProps> & RefAttributes<MenuRef>>

Defined in

components/menu/menu.tsx:232


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

NameType
Tany

Parameters

NameType
propsIActionBarProps<T>

Returns

Element

Defined in

components/actionBar/index.tsx:126


ActionBarItem

ActionBarItem(props): Element

Parameters

NameType
propsIActionBarItemProps<any>

Returns

Element

Defined in

components/actionBar/index.tsx:55


Breadcrumb(props): Element

Parameters

NameType
propsIBreadcrumbProps

Returns

Element

Defined in

components/breadcrumb/index.tsx:30


Checkbox

Checkbox(props): Element

Parameters

NameType
propsICheckboxProps

Returns

Element

Defined in

components/checkbox/checkbox.tsx:19


Collapse

Collapse(__namedParameters): Element

Parameters

NameType
__namedParametersICollapseProps

Returns

Element

Defined in

components/collapse/index.tsx:61


Display

Display(props): Element

Parameters

NameType
propsIDisplayProps

Returns

Element

Defined in

components/display/index.tsx:7


Icon

Icon(props): null | Element

Parameters

NameType
propsPropsWithChildren<IIconProps>

Returns

null | Element

Defined in

components/icon/index.tsx:11


Item

Item(props): Element

Parameters

NameType
propsPropsWithChildren<IItemProps>

Returns

Element

Defined in

components/list/item.tsx:19


List

List(props): Element

Parameters

NameType
propsPropsWithChildren<IListProps>

Returns

Element

Defined in

components/list/list.tsx:45


MenuItem(props): Element

Parameters

NameType
propsPropsWithChildren<Omit<IMenuItemProps, "id">>

Returns

Element

Defined in

components/menu/menuItem.tsx:42


Option

Option(props): Element

Parameters

NameType
propsISelectOptionProps

Returns

Element

Defined in

components/select/option.tsx:20


Pane

Pane(__namedParameters): Element

Parameters

NameType
__namedParametersPropsWithChildren<IPaneProps & IPaneConfigs>

Returns

Element

Defined in

components/split/pane.tsx:11


Search(props): Element

Parameters

NameType
propsISearchProps

Returns

Element

Defined in

components/search/index.tsx:40


SplitPane

SplitPane(__namedParameters): Element

Parameters

NameType
__namedParametersISplitProps

Returns

Element

Defined in

components/split/SplitPane.tsx:81


SubMenu(props): Element

Parameters

NameType
propsPropsWithChildren<ISubMenuProps>

Returns

Element

Defined in

components/menu/subMenu.tsx:41


Tab

Tab(__namedParameters): Element

Parameters

NameType
__namedParametersITabComponent

Returns

Element

Defined in

components/tabs/tab.tsx:73


Tabs

Tabs(props): Element

Parameters

NameType
propsITabsProps

Returns

Element

Defined in

components/tabs/index.tsx:50


Toolbar

Toolbar<T>(props): Element

Type parameters

NameType
Tany

Parameters

NameType
propsIToolbarProps<T>

Returns

Element

Defined in

components/toolbar/index.tsx:10


Tooltip

Tooltip(__namedParameters): null | Element

Parameters

NameType
__namedParametersIToolTipProps

Returns

null | Element

Defined in

components/tooltip/index.tsx:9


TreeView

TreeView(__namedParameters): Element

Parameters

NameType
__namedParametersITreeProps

Returns

Element

Defined in

components/tree/index.tsx:83


useContextMenu

useContextMenu(props): IContextMenu | undefined

Parameters

NameType
propsIContextMenuProps

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

NameType
propsIContextViewProps

Returns

IContextView

Defined in

components/contextView/index.tsx:61


useContextViewEle

useContextViewEle(props?): undefined | IContextView

It's a hook used in functional component

Parameters

NameType
props?IContextViewProps

Returns

undefined | IContextView

Defined in

components/contextView/index.tsx:46