Skip to content

components.SegmentedProps

canisminor1990 edited this page Apr 8, 2023 · 1 revision

Interface: SegmentedProps<T>

components.SegmentedProps

Type parameters

Name Type
T string

Hierarchy

  • Omit<SProps, "value" | "options" | "onChange" | "defaultValue">

    SegmentedProps

Table of contents

Properties

Properties

about

Optional about: string

Inherited from

Omit.about

Defined in

node_modules/@types/react/index.d.ts:1892


accept

Optional accept: string

Inherited from

Omit.accept

Defined in

node_modules/@types/react/index.d.ts:1930


acceptCharset

Optional acceptCharset: string

Inherited from

Omit.acceptCharset

Defined in

node_modules/@types/react/index.d.ts:1931


accessKey

Optional accessKey: string

Inherited from

Omit.accessKey

Defined in

node_modules/@types/react/index.d.ts:1866


action

Optional action: string

Inherited from

Omit.action

Defined in

node_modules/@types/react/index.d.ts:1932


allowFullScreen

Optional allowFullScreen: boolean

Inherited from

Omit.allowFullScreen

Defined in

node_modules/@types/react/index.d.ts:1933


allowTransparency

Optional allowTransparency: boolean

Inherited from

Omit.allowTransparency

Defined in

node_modules/@types/react/index.d.ts:1934


alt

Optional alt: string

Inherited from

Omit.alt

Defined in

node_modules/@types/react/index.d.ts:1935


aria-activedescendant

Optional aria-activedescendant: string

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

Omit.aria-activedescendant

Defined in

node_modules/@types/react/index.d.ts:1600


aria-atomic

Optional aria-atomic: Booleanish

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

Inherited from

Omit.aria-atomic

Defined in

node_modules/@types/react/index.d.ts:1602


aria-autocomplete

Optional aria-autocomplete: "none" | "list" | "inline" | "both"

Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.

Inherited from

Omit.aria-autocomplete

Defined in

node_modules/@types/react/index.d.ts:1607


aria-busy

Optional aria-busy: Booleanish

Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.

Inherited from

Omit.aria-busy

Defined in

node_modules/@types/react/index.d.ts:1609


aria-checked

Optional aria-checked: boolean | "true" | "false" | "mixed"

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

Omit.aria-checked

Defined in

node_modules/@types/react/index.d.ts:1614


aria-colcount

Optional aria-colcount: number

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

Omit.aria-colcount

Defined in

node_modules/@types/react/index.d.ts:1619


aria-colindex

Optional aria-colindex: number

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

See

  • aria-colcount
  • aria-colspan.

Inherited from

Omit.aria-colindex

Defined in

node_modules/@types/react/index.d.ts:1624


aria-colspan

Optional aria-colspan: number

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

Omit.aria-colspan

Defined in

node_modules/@types/react/index.d.ts:1629


aria-controls

Optional aria-controls: string

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

Omit.aria-controls

Defined in

node_modules/@types/react/index.d.ts:1634


aria-current

Optional aria-current: boolean | "step" | "page" | "time" | "date" | "true" | "false" | "location"

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

Omit.aria-current

Defined in

node_modules/@types/react/index.d.ts:1636


aria-describedby

Optional aria-describedby: string

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

Omit.aria-describedby

Defined in

node_modules/@types/react/index.d.ts:1641


aria-details

Optional aria-details: string

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

Omit.aria-details

Defined in

node_modules/@types/react/index.d.ts:1646


aria-disabled

Optional aria-disabled: Booleanish

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

Omit.aria-disabled

Defined in

node_modules/@types/react/index.d.ts:1651


aria-dropeffect

Optional aria-dropeffect: "link" | "none" | "move" | "copy" | "execute" | "popup"

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-dropeffect

Defined in

node_modules/@types/react/index.d.ts:1656


aria-errormessage

Optional aria-errormessage: string

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

Omit.aria-errormessage

Defined in

node_modules/@types/react/index.d.ts:1661


aria-expanded

Optional aria-expanded: Booleanish

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

Omit.aria-expanded

Defined in

node_modules/@types/react/index.d.ts:1663


aria-flowto

Optional aria-flowto: string

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Inherited from

Omit.aria-flowto

Defined in

node_modules/@types/react/index.d.ts:1668


aria-grabbed

Optional aria-grabbed: Booleanish

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-grabbed

Defined in

node_modules/@types/react/index.d.ts:1673


aria-haspopup

Optional aria-haspopup: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false"

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

Omit.aria-haspopup

Defined in

node_modules/@types/react/index.d.ts:1675


aria-hidden

Optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

Omit.aria-hidden

Defined in

node_modules/@types/react/index.d.ts:1680


aria-invalid

Optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

Omit.aria-invalid

Defined in

node_modules/@types/react/index.d.ts:1685


aria-keyshortcuts

Optional aria-keyshortcuts: string

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

Omit.aria-keyshortcuts

Defined in

node_modules/@types/react/index.d.ts:1687


aria-label

Optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

Omit.aria-label

Defined in

node_modules/@types/react/index.d.ts:1692


aria-labelledby

Optional aria-labelledby: string

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

Omit.aria-labelledby

Defined in

node_modules/@types/react/index.d.ts:1697


aria-level

Optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

Omit.aria-level

Defined in

node_modules/@types/react/index.d.ts:1699


aria-live

Optional aria-live: "off" | "assertive" | "polite"

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Inherited from

Omit.aria-live

Defined in

node_modules/@types/react/index.d.ts:1701


aria-modal

Optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

Omit.aria-modal

Defined in

node_modules/@types/react/index.d.ts:1703


aria-multiline

Optional aria-multiline: Booleanish

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

Omit.aria-multiline

Defined in

node_modules/@types/react/index.d.ts:1705


aria-multiselectable

Optional aria-multiselectable: Booleanish

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

Omit.aria-multiselectable

Defined in

node_modules/@types/react/index.d.ts:1707


aria-orientation

Optional aria-orientation: "horizontal" | "vertical"

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

Omit.aria-orientation

Defined in

node_modules/@types/react/index.d.ts:1709


aria-owns

Optional aria-owns: string

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

See

aria-controls.

Inherited from

Omit.aria-owns

Defined in

node_modules/@types/react/index.d.ts:1715


aria-placeholder

Optional aria-placeholder: string

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.

Inherited from

Omit.aria-placeholder

Defined in

node_modules/@types/react/index.d.ts:1720


aria-posinset

Optional aria-posinset: number

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-setsize.

Inherited from

Omit.aria-posinset

Defined in

node_modules/@types/react/index.d.ts:1725


aria-pressed

Optional aria-pressed: boolean | "true" | "false" | "mixed"

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

Omit.aria-pressed

Defined in

node_modules/@types/react/index.d.ts:1730


aria-readonly

Optional aria-readonly: Booleanish

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

Omit.aria-readonly

Defined in

node_modules/@types/react/index.d.ts:1735


aria-relevant

Optional aria-relevant: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

Omit.aria-relevant

Defined in

node_modules/@types/react/index.d.ts:1740


aria-required

Optional aria-required: Booleanish

Indicates that user input is required on the element before a form may be submitted.

Inherited from

Omit.aria-required

Defined in

node_modules/@types/react/index.d.ts:1742


aria-roledescription

Optional aria-roledescription: string

Defines a human-readable, author-localized description for the role of an element.

Inherited from

Omit.aria-roledescription

Defined in

node_modules/@types/react/index.d.ts:1744


aria-rowcount

Optional aria-rowcount: number

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

Omit.aria-rowcount

Defined in

node_modules/@types/react/index.d.ts:1749


aria-rowindex

Optional aria-rowindex: number

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

Omit.aria-rowindex

Defined in

node_modules/@types/react/index.d.ts:1754


aria-rowspan

Optional aria-rowspan: number

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

Omit.aria-rowspan

Defined in

node_modules/@types/react/index.d.ts:1759


aria-selected

Optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

Omit.aria-selected

Defined in

node_modules/@types/react/index.d.ts:1764


aria-setsize

Optional aria-setsize: number

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-posinset.

Inherited from

Omit.aria-setsize

Defined in

node_modules/@types/react/index.d.ts:1769


aria-sort

Optional aria-sort: "none" | "ascending" | "descending" | "other"

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

Omit.aria-sort

Defined in

node_modules/@types/react/index.d.ts:1771


aria-valuemax

Optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

Omit.aria-valuemax

Defined in

node_modules/@types/react/index.d.ts:1773


aria-valuemin

Optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

Omit.aria-valuemin

Defined in

node_modules/@types/react/index.d.ts:1775


aria-valuenow

Optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

Omit.aria-valuenow

Defined in

node_modules/@types/react/index.d.ts:1780


aria-valuetext

Optional aria-valuetext: string

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

Omit.aria-valuetext

Defined in

node_modules/@types/react/index.d.ts:1782


as

Optional as: string

Inherited from

Omit.as

Defined in

node_modules/@types/react/index.d.ts:1936


async

Optional async: boolean

Inherited from

Omit.async

Defined in

node_modules/@types/react/index.d.ts:1937


autoCapitalize

Optional autoCapitalize: string

Inherited from

Omit.autoCapitalize

Defined in

node_modules/@types/react/index.d.ts:1902


autoComplete

Optional autoComplete: string

Inherited from

Omit.autoComplete

Defined in

node_modules/@types/react/index.d.ts:1938


autoCorrect

Optional autoCorrect: string

Inherited from

Omit.autoCorrect

Defined in

node_modules/@types/react/index.d.ts:1903


autoFocus

Optional autoFocus: boolean

Inherited from

Omit.autoFocus

Defined in

node_modules/@types/react/index.d.ts:1867


autoPlay

Optional autoPlay: boolean

Inherited from

Omit.autoPlay

Defined in

node_modules/@types/react/index.d.ts:1939


autoSave

Optional autoSave: string

Inherited from

Omit.autoSave

Defined in

node_modules/@types/react/index.d.ts:1904


block

Optional block: boolean

Option to fit width to its parent's width

Inherited from

Omit.block

Defined in

node_modules/antd/es/segmented/index.d.ts:18


capture

Optional capture: boolean | "user" | "environment"

Inherited from

Omit.capture

Defined in

node_modules/@types/react/index.d.ts:1940


cellPadding

Optional cellPadding: string | number

Inherited from

Omit.cellPadding

Defined in

node_modules/@types/react/index.d.ts:1941


cellSpacing

Optional cellSpacing: string | number

Inherited from

Omit.cellSpacing

Defined in

node_modules/@types/react/index.d.ts:1942


challenge

Optional challenge: string

Inherited from

Omit.challenge

Defined in

node_modules/@types/react/index.d.ts:1944


charSet

Optional charSet: string

Inherited from

Omit.charSet

Defined in

node_modules/@types/react/index.d.ts:1943


checked

Optional checked: boolean

Inherited from

Omit.checked

Defined in

node_modules/@types/react/index.d.ts:1945


children

Optional children: ReactNode

Inherited from

Omit.children

Defined in

node_modules/@types/react/index.d.ts:1386


cite

Optional cite: string

Inherited from

Omit.cite

Defined in

node_modules/@types/react/index.d.ts:1946


classID

Optional classID: string

Inherited from

Omit.classID

Defined in

node_modules/@types/react/index.d.ts:1947


className

Optional className: string

Inherited from

Omit.className

Defined in

node_modules/@types/react/index.d.ts:1868


colSpan

Optional colSpan: number

Inherited from

Omit.colSpan

Defined in

node_modules/@types/react/index.d.ts:1949


color

Optional color: string

Inherited from

Omit.color

Defined in

node_modules/@types/react/index.d.ts:1905


cols

Optional cols: number

Inherited from

Omit.cols

Defined in

node_modules/@types/react/index.d.ts:1948


content

Optional content: string

Inherited from

Omit.content

Defined in

node_modules/@types/react/index.d.ts:1950


contentEditable

Optional contentEditable: "inherit" | Booleanish

Inherited from

Omit.contentEditable

Defined in

node_modules/@types/react/index.d.ts:1869


contextMenu

Optional contextMenu: string

Inherited from

Omit.contextMenu

Defined in

node_modules/@types/react/index.d.ts:1870


controls

Optional controls: boolean

Inherited from

Omit.controls

Defined in

node_modules/@types/react/index.d.ts:1951


coords

Optional coords: string

Inherited from

Omit.coords

Defined in

node_modules/@types/react/index.d.ts:1952


crossOrigin

Optional crossOrigin: "" | "anonymous" | "use-credentials"

Inherited from

Omit.crossOrigin

Defined in

node_modules/@types/react/index.d.ts:1953


dangerouslySetInnerHTML

Optional dangerouslySetInnerHTML: Object

Type declaration

Name Type
__html string

Inherited from

Omit.dangerouslySetInnerHTML

Defined in

node_modules/@types/react/index.d.ts:1387


data

Optional data: string

Inherited from

Omit.data

Defined in

node_modules/@types/react/index.d.ts:1954


datatype

Optional datatype: string

Inherited from

Omit.datatype

Defined in

node_modules/@types/react/index.d.ts:1893


dateTime

Optional dateTime: string

Inherited from

Omit.dateTime

Defined in

node_modules/@types/react/index.d.ts:1955


default

Optional default: boolean

Inherited from

Omit.default

Defined in

node_modules/@types/react/index.d.ts:1956


defaultChecked

Optional defaultChecked: boolean

Inherited from

Omit.defaultChecked

Defined in

node_modules/@types/react/index.d.ts:1860


defaultValue

Optional defaultValue: T

Defined in

src/components/EditorComponent/Segmented.tsx:44


defer

Optional defer: boolean

Inherited from

Omit.defer

Defined in

node_modules/@types/react/index.d.ts:1957


dir

Optional dir: string

Inherited from

Omit.dir

Defined in

node_modules/@types/react/index.d.ts:1871


direction

Optional direction: "ltr" | "rtl"

Inherited from

Omit.direction

Defined in

node_modules/rc-segmented/es/index.d.ts:22


disabled

Optional disabled: boolean

Inherited from

Omit.disabled

Defined in

node_modules/rc-segmented/es/index.d.ts:20


download

Optional download: any

Inherited from

Omit.download

Defined in

node_modules/@types/react/index.d.ts:1959


draggable

Optional draggable: Booleanish

Inherited from

Omit.draggable

Defined in

node_modules/@types/react/index.d.ts:1872


encType

Optional encType: string

Inherited from

Omit.encType

Defined in

node_modules/@types/react/index.d.ts:1960


form

Optional form: string

Inherited from

Omit.form

Defined in

node_modules/@types/react/index.d.ts:1961


formAction

Optional formAction: string

Inherited from

Omit.formAction

Defined in

node_modules/@types/react/index.d.ts:1962


formEncType

Optional formEncType: string

Inherited from

Omit.formEncType

Defined in

node_modules/@types/react/index.d.ts:1963


formMethod

Optional formMethod: string

Inherited from

Omit.formMethod

Defined in

node_modules/@types/react/index.d.ts:1964


formNoValidate

Optional formNoValidate: boolean

Inherited from

Omit.formNoValidate

Defined in

node_modules/@types/react/index.d.ts:1965


formTarget

Optional formTarget: string

Inherited from

Omit.formTarget

Defined in

node_modules/@types/react/index.d.ts:1966


frameBorder

Optional frameBorder: string | number

Inherited from

Omit.frameBorder

Defined in

node_modules/@types/react/index.d.ts:1967


headers

Optional headers: string

Inherited from

Omit.headers

Defined in

node_modules/@types/react/index.d.ts:1968


height

Optional height: string | number

Inherited from

Omit.height

Defined in

node_modules/@types/react/index.d.ts:1969


hidden

Optional hidden: boolean

Inherited from

Omit.hidden

Defined in

node_modules/@types/react/index.d.ts:1873


high

Optional high: number

Inherited from

Omit.high

Defined in

node_modules/@types/react/index.d.ts:1970


href

Optional href: string

Inherited from

Omit.href

Defined in

node_modules/@types/react/index.d.ts:1971


hrefLang

Optional hrefLang: string

Inherited from

Omit.hrefLang

Defined in

node_modules/@types/react/index.d.ts:1972


htmlFor

Optional htmlFor: string

Inherited from

Omit.htmlFor

Defined in

node_modules/@types/react/index.d.ts:1973


httpEquiv

Optional httpEquiv: string

Inherited from

Omit.httpEquiv

Defined in

node_modules/@types/react/index.d.ts:1974


id

Optional id: string

Inherited from

Omit.id

Defined in

node_modules/@types/react/index.d.ts:1874


inlist

Optional inlist: any

Inherited from

Omit.inlist

Defined in

node_modules/@types/react/index.d.ts:1894


inputMode

Optional inputMode: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal"

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

Omit.inputMode

Defined in

node_modules/@types/react/index.d.ts:1920


integrity

Optional integrity: string

Inherited from

Omit.integrity

Defined in

node_modules/@types/react/index.d.ts:1975


is

Optional is: string

Specify that a standard HTML element should behave like a defined custom built-in element

See

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

Inherited from

Omit.is

Defined in

node_modules/@types/react/index.d.ts:1925


itemID

Optional itemID: string

Inherited from

Omit.itemID

Defined in

node_modules/@types/react/index.d.ts:1909


itemProp

Optional itemProp: string

Inherited from

Omit.itemProp

Defined in

node_modules/@types/react/index.d.ts:1906


itemRef

Optional itemRef: string

Inherited from

Omit.itemRef

Defined in

node_modules/@types/react/index.d.ts:1910


itemScope

Optional itemScope: boolean

Inherited from

Omit.itemScope

Defined in

node_modules/@types/react/index.d.ts:1907


itemType

Optional itemType: string

Inherited from

Omit.itemType

Defined in

node_modules/@types/react/index.d.ts:1908


key

Optional key: null | Key

Inherited from

Omit.key

Defined in

node_modules/@types/react/index.d.ts:132


keyParams

Optional keyParams: string

Inherited from

Omit.keyParams

Defined in

node_modules/@types/react/index.d.ts:1976


keyType

Optional keyType: string

Inherited from

Omit.keyType

Defined in

node_modules/@types/react/index.d.ts:1977


kind

Optional kind: string

Inherited from

Omit.kind

Defined in

node_modules/@types/react/index.d.ts:1978


label

Optional label: string

Inherited from

Omit.label

Defined in

node_modules/@types/react/index.d.ts:1979


lang

Optional lang: string

Inherited from

Omit.lang

Defined in

node_modules/@types/react/index.d.ts:1875


list

Optional list: string

Inherited from

Omit.list

Defined in

node_modules/@types/react/index.d.ts:1980


loop

Optional loop: boolean

Inherited from

Omit.loop

Defined in

node_modules/@types/react/index.d.ts:1981


low

Optional low: number

Inherited from

Omit.low

Defined in

node_modules/@types/react/index.d.ts:1982


manifest

Optional manifest: string

Inherited from

Omit.manifest

Defined in

node_modules/@types/react/index.d.ts:1983


marginHeight

Optional marginHeight: number

Inherited from

Omit.marginHeight

Defined in

node_modules/@types/react/index.d.ts:1984


marginWidth

Optional marginWidth: number

Inherited from

Omit.marginWidth

Defined in

node_modules/@types/react/index.d.ts:1985


max

Optional max: string | number

Inherited from

Omit.max

Defined in

node_modules/@types/react/index.d.ts:1986


maxLength

Optional maxLength: number

Inherited from

Omit.maxLength

Defined in

node_modules/@types/react/index.d.ts:1987


media

Optional media: string

Inherited from

Omit.media

Defined in

node_modules/@types/react/index.d.ts:1988


mediaGroup

Optional mediaGroup: string

Inherited from

Omit.mediaGroup

Defined in

node_modules/@types/react/index.d.ts:1989


method

Optional method: string

Inherited from

Omit.method

Defined in

node_modules/@types/react/index.d.ts:1990


min

Optional min: string | number

Inherited from

Omit.min

Defined in

node_modules/@types/react/index.d.ts:1991


minLength

Optional minLength: number

Inherited from

Omit.minLength

Defined in

node_modules/@types/react/index.d.ts:1992


motionName

Optional motionName: string

Inherited from

Omit.motionName

Defined in

node_modules/rc-segmented/es/index.d.ts:23


multiple

Optional multiple: boolean

Inherited from

Omit.multiple

Defined in

node_modules/@types/react/index.d.ts:1993


muted

Optional muted: boolean

Inherited from

Omit.muted

Defined in

node_modules/@types/react/index.d.ts:1994


name

Optional name: string

Inherited from

Omit.name

Defined in

node_modules/@types/react/index.d.ts:1995


noValidate

Optional noValidate: boolean

Inherited from

Omit.noValidate

Defined in

node_modules/@types/react/index.d.ts:1996


nonce

Optional nonce: string

Inherited from

Omit.nonce

Defined in

node_modules/@types/react/index.d.ts:1876


onAbort

Optional onAbort: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onAbort

Defined in

node_modules/@types/react/index.d.ts:1444


onAbortCapture

Optional onAbortCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onAbortCapture

Defined in

node_modules/@types/react/index.d.ts:1445


onAnimationEnd

Optional onAnimationEnd: AnimationEventHandler<HTMLDivElement>

Inherited from

Omit.onAnimationEnd

Defined in

node_modules/@types/react/index.d.ts:1576


onAnimationEndCapture

Optional onAnimationEndCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

Omit.onAnimationEndCapture

Defined in

node_modules/@types/react/index.d.ts:1577


onAnimationIteration

Optional onAnimationIteration: AnimationEventHandler<HTMLDivElement>

Inherited from

Omit.onAnimationIteration

Defined in

node_modules/@types/react/index.d.ts:1578


onAnimationIterationCapture

Optional onAnimationIterationCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

Omit.onAnimationIterationCapture

Defined in

node_modules/@types/react/index.d.ts:1579


onAnimationStart

Optional onAnimationStart: AnimationEventHandler<HTMLDivElement>

Inherited from

Omit.onAnimationStart

Defined in

node_modules/@types/react/index.d.ts:1574


onAnimationStartCapture

Optional onAnimationStartCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

Omit.onAnimationStartCapture

Defined in

node_modules/@types/react/index.d.ts:1575


onAuxClick

Optional onAuxClick: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onAuxClick

Defined in

node_modules/@types/react/index.d.ts:1492


onAuxClickCapture

Optional onAuxClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onAuxClickCapture

Defined in

node_modules/@types/react/index.d.ts:1493


onBeforeInput

Optional onBeforeInput: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onBeforeInput

Defined in

node_modules/@types/react/index.d.ts:1416


onBeforeInputCapture

Optional onBeforeInputCapture: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onBeforeInputCapture

Defined in

node_modules/@types/react/index.d.ts:1417


onBlur

Optional onBlur: FocusEventHandler<HTMLDivElement>

Inherited from

Omit.onBlur

Defined in

node_modules/@types/react/index.d.ts:1410


onBlurCapture

Optional onBlurCapture: FocusEventHandler<HTMLDivElement>

Inherited from

Omit.onBlurCapture

Defined in

node_modules/@types/react/index.d.ts:1411


onCanPlay

Optional onCanPlay: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onCanPlay

Defined in

node_modules/@types/react/index.d.ts:1446


onCanPlayCapture

Optional onCanPlayCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onCanPlayCapture

Defined in

node_modules/@types/react/index.d.ts:1447


onCanPlayThrough

Optional onCanPlayThrough: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onCanPlayThrough

Defined in

node_modules/@types/react/index.d.ts:1448


onCanPlayThroughCapture

Optional onCanPlayThroughCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onCanPlayThroughCapture

Defined in

node_modules/@types/react/index.d.ts:1449


onChange

Optional onChange: (tabKey: T) => void

Type declaration

▸ (tabKey): void

变更后的回调

Parameters
Name Type
tabKey T
Returns

void

Defined in

src/components/EditorComponent/Segmented.tsx:49


onChangeCapture

Optional onChangeCapture: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onChangeCapture

Defined in

node_modules/@types/react/index.d.ts:1415


onClick

Optional onClick: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onClick

Defined in

node_modules/@types/react/index.d.ts:1494


onClickCapture

Optional onClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onClickCapture

Defined in

node_modules/@types/react/index.d.ts:1495


onCompositionEnd

Optional onCompositionEnd: CompositionEventHandler<HTMLDivElement>

Inherited from

Omit.onCompositionEnd

Defined in

node_modules/@types/react/index.d.ts:1400


onCompositionEndCapture

Optional onCompositionEndCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

Omit.onCompositionEndCapture

Defined in

node_modules/@types/react/index.d.ts:1401


onCompositionStart

Optional onCompositionStart: CompositionEventHandler<HTMLDivElement>

Inherited from

Omit.onCompositionStart

Defined in

node_modules/@types/react/index.d.ts:1402


onCompositionStartCapture

Optional onCompositionStartCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

Omit.onCompositionStartCapture

Defined in

node_modules/@types/react/index.d.ts:1403


onCompositionUpdate

Optional onCompositionUpdate: CompositionEventHandler<HTMLDivElement>

Inherited from

Omit.onCompositionUpdate

Defined in

node_modules/@types/react/index.d.ts:1404


onCompositionUpdateCapture

Optional onCompositionUpdateCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

Omit.onCompositionUpdateCapture

Defined in

node_modules/@types/react/index.d.ts:1405


onContextMenu

Optional onContextMenu: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onContextMenu

Defined in

node_modules/@types/react/index.d.ts:1496


onContextMenuCapture

Optional onContextMenuCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onContextMenuCapture

Defined in

node_modules/@types/react/index.d.ts:1497


onCopy

Optional onCopy: ClipboardEventHandler<HTMLDivElement>

Inherited from

Omit.onCopy

Defined in

node_modules/@types/react/index.d.ts:1392


onCopyCapture

Optional onCopyCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

Omit.onCopyCapture

Defined in

node_modules/@types/react/index.d.ts:1393


onCut

Optional onCut: ClipboardEventHandler<HTMLDivElement>

Inherited from

Omit.onCut

Defined in

node_modules/@types/react/index.d.ts:1394


onCutCapture

Optional onCutCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

Omit.onCutCapture

Defined in

node_modules/@types/react/index.d.ts:1395


onDoubleClick

Optional onDoubleClick: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onDoubleClick

Defined in

node_modules/@types/react/index.d.ts:1498


onDoubleClickCapture

Optional onDoubleClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onDoubleClickCapture

Defined in

node_modules/@types/react/index.d.ts:1499


onDrag

Optional onDrag: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDrag

Defined in

node_modules/@types/react/index.d.ts:1500


onDragCapture

Optional onDragCapture: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragCapture

Defined in

node_modules/@types/react/index.d.ts:1501


onDragEnd

Optional onDragEnd: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragEnd

Defined in

node_modules/@types/react/index.d.ts:1502


onDragEndCapture

Optional onDragEndCapture: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragEndCapture

Defined in

node_modules/@types/react/index.d.ts:1503


onDragEnter

Optional onDragEnter: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragEnter

Defined in

node_modules/@types/react/index.d.ts:1504


onDragEnterCapture

Optional onDragEnterCapture: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragEnterCapture

Defined in

node_modules/@types/react/index.d.ts:1505


onDragExit

Optional onDragExit: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragExit

Defined in

node_modules/@types/react/index.d.ts:1506


onDragExitCapture

Optional onDragExitCapture: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragExitCapture

Defined in

node_modules/@types/react/index.d.ts:1507


onDragLeave

Optional onDragLeave: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragLeave

Defined in

node_modules/@types/react/index.d.ts:1508


onDragLeaveCapture

Optional onDragLeaveCapture: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragLeaveCapture

Defined in

node_modules/@types/react/index.d.ts:1509


onDragOver

Optional onDragOver: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragOver

Defined in

node_modules/@types/react/index.d.ts:1510


onDragOverCapture

Optional onDragOverCapture: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragOverCapture

Defined in

node_modules/@types/react/index.d.ts:1511


onDragStart

Optional onDragStart: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragStart

Defined in

node_modules/@types/react/index.d.ts:1512


onDragStartCapture

Optional onDragStartCapture: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDragStartCapture

Defined in

node_modules/@types/react/index.d.ts:1513


onDrop

Optional onDrop: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDrop

Defined in

node_modules/@types/react/index.d.ts:1514


onDropCapture

Optional onDropCapture: DragEventHandler<HTMLDivElement>

Inherited from

Omit.onDropCapture

Defined in

node_modules/@types/react/index.d.ts:1515


onDurationChange

Optional onDurationChange: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onDurationChange

Defined in

node_modules/@types/react/index.d.ts:1450


onDurationChangeCapture

Optional onDurationChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onDurationChangeCapture

Defined in

node_modules/@types/react/index.d.ts:1451


onEmptied

Optional onEmptied: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onEmptied

Defined in

node_modules/@types/react/index.d.ts:1452


onEmptiedCapture

Optional onEmptiedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onEmptiedCapture

Defined in

node_modules/@types/react/index.d.ts:1453


onEncrypted

Optional onEncrypted: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onEncrypted

Defined in

node_modules/@types/react/index.d.ts:1454


onEncryptedCapture

Optional onEncryptedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onEncryptedCapture

Defined in

node_modules/@types/react/index.d.ts:1455


onEnded

Optional onEnded: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onEnded

Defined in

node_modules/@types/react/index.d.ts:1456


onEndedCapture

Optional onEndedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onEndedCapture

Defined in

node_modules/@types/react/index.d.ts:1457


onError

Optional onError: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onError

Defined in

node_modules/@types/react/index.d.ts:1430


onErrorCapture

Optional onErrorCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onErrorCapture

Defined in

node_modules/@types/react/index.d.ts:1431


onFocus

Optional onFocus: FocusEventHandler<HTMLDivElement>

Inherited from

Omit.onFocus

Defined in

node_modules/@types/react/index.d.ts:1408


onFocusCapture

Optional onFocusCapture: FocusEventHandler<HTMLDivElement>

Inherited from

Omit.onFocusCapture

Defined in

node_modules/@types/react/index.d.ts:1409


onGotPointerCapture

Optional onGotPointerCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onGotPointerCapture

Defined in

node_modules/@types/react/index.d.ts:1560


onGotPointerCaptureCapture

Optional onGotPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onGotPointerCaptureCapture

Defined in

node_modules/@types/react/index.d.ts:1561


onInput

Optional onInput: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onInput

Defined in

node_modules/@types/react/index.d.ts:1418


onInputCapture

Optional onInputCapture: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onInputCapture

Defined in

node_modules/@types/react/index.d.ts:1419


onInvalid

Optional onInvalid: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onInvalid

Defined in

node_modules/@types/react/index.d.ts:1424


onInvalidCapture

Optional onInvalidCapture: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onInvalidCapture

Defined in

node_modules/@types/react/index.d.ts:1425


onKeyDown

Optional onKeyDown: KeyboardEventHandler<HTMLDivElement>

Inherited from

Omit.onKeyDown

Defined in

node_modules/@types/react/index.d.ts:1434


onKeyDownCapture

Optional onKeyDownCapture: KeyboardEventHandler<HTMLDivElement>

Inherited from

Omit.onKeyDownCapture

Defined in

node_modules/@types/react/index.d.ts:1435


onKeyPress

Optional onKeyPress: KeyboardEventHandler<HTMLDivElement>

Deprecated

Inherited from

Omit.onKeyPress

Defined in

node_modules/@types/react/index.d.ts:1437


onKeyPressCapture

Optional onKeyPressCapture: KeyboardEventHandler<HTMLDivElement>

Deprecated

Inherited from

Omit.onKeyPressCapture

Defined in

node_modules/@types/react/index.d.ts:1439


onKeyUp

Optional onKeyUp: KeyboardEventHandler<HTMLDivElement>

Inherited from

Omit.onKeyUp

Defined in

node_modules/@types/react/index.d.ts:1440


onKeyUpCapture

Optional onKeyUpCapture: KeyboardEventHandler<HTMLDivElement>

Inherited from

Omit.onKeyUpCapture

Defined in

node_modules/@types/react/index.d.ts:1441


onLoad

Optional onLoad: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onLoad

Defined in

node_modules/@types/react/index.d.ts:1428


onLoadCapture

Optional onLoadCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onLoadCapture

Defined in

node_modules/@types/react/index.d.ts:1429


onLoadStart

Optional onLoadStart: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onLoadStart

Defined in

node_modules/@types/react/index.d.ts:1462


onLoadStartCapture

Optional onLoadStartCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onLoadStartCapture

Defined in

node_modules/@types/react/index.d.ts:1463


onLoadedData

Optional onLoadedData: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onLoadedData

Defined in

node_modules/@types/react/index.d.ts:1458


onLoadedDataCapture

Optional onLoadedDataCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onLoadedDataCapture

Defined in

node_modules/@types/react/index.d.ts:1459


onLoadedMetadata

Optional onLoadedMetadata: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onLoadedMetadata

Defined in

node_modules/@types/react/index.d.ts:1460


onLoadedMetadataCapture

Optional onLoadedMetadataCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onLoadedMetadataCapture

Defined in

node_modules/@types/react/index.d.ts:1461


onLostPointerCapture

Optional onLostPointerCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onLostPointerCapture

Defined in

node_modules/@types/react/index.d.ts:1562


onLostPointerCaptureCapture

Optional onLostPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onLostPointerCaptureCapture

Defined in

node_modules/@types/react/index.d.ts:1563


onMouseDown

Optional onMouseDown: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseDown

Defined in

node_modules/@types/react/index.d.ts:1516


onMouseDownCapture

Optional onMouseDownCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseDownCapture

Defined in

node_modules/@types/react/index.d.ts:1517


onMouseEnter

Optional onMouseEnter: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseEnter

Defined in

node_modules/@types/react/index.d.ts:1518


onMouseLeave

Optional onMouseLeave: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseLeave

Defined in

node_modules/@types/react/index.d.ts:1519


onMouseMove

Optional onMouseMove: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseMove

Defined in

node_modules/@types/react/index.d.ts:1520


onMouseMoveCapture

Optional onMouseMoveCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseMoveCapture

Defined in

node_modules/@types/react/index.d.ts:1521


onMouseOut

Optional onMouseOut: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseOut

Defined in

node_modules/@types/react/index.d.ts:1522


onMouseOutCapture

Optional onMouseOutCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseOutCapture

Defined in

node_modules/@types/react/index.d.ts:1523


onMouseOver

Optional onMouseOver: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseOver

Defined in

node_modules/@types/react/index.d.ts:1524


onMouseOverCapture

Optional onMouseOverCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseOverCapture

Defined in

node_modules/@types/react/index.d.ts:1525


onMouseUp

Optional onMouseUp: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseUp

Defined in

node_modules/@types/react/index.d.ts:1526


onMouseUpCapture

Optional onMouseUpCapture: MouseEventHandler<HTMLDivElement>

Inherited from

Omit.onMouseUpCapture

Defined in

node_modules/@types/react/index.d.ts:1527


onPaste

Optional onPaste: ClipboardEventHandler<HTMLDivElement>

Inherited from

Omit.onPaste

Defined in

node_modules/@types/react/index.d.ts:1396


onPasteCapture

Optional onPasteCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

Omit.onPasteCapture

Defined in

node_modules/@types/react/index.d.ts:1397


onPause

Optional onPause: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onPause

Defined in

node_modules/@types/react/index.d.ts:1464


onPauseCapture

Optional onPauseCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onPauseCapture

Defined in

node_modules/@types/react/index.d.ts:1465


onPlay

Optional onPlay: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onPlay

Defined in

node_modules/@types/react/index.d.ts:1466


onPlayCapture

Optional onPlayCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onPlayCapture

Defined in

node_modules/@types/react/index.d.ts:1467


onPlaying

Optional onPlaying: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onPlaying

Defined in

node_modules/@types/react/index.d.ts:1468


onPlayingCapture

Optional onPlayingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onPlayingCapture

Defined in

node_modules/@types/react/index.d.ts:1469


onPointerCancel

Optional onPointerCancel: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerCancel

Defined in

node_modules/@types/react/index.d.ts:1550


onPointerCancelCapture

Optional onPointerCancelCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerCancelCapture

Defined in

node_modules/@types/react/index.d.ts:1551


onPointerDown

Optional onPointerDown: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerDown

Defined in

node_modules/@types/react/index.d.ts:1544


onPointerDownCapture

Optional onPointerDownCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerDownCapture

Defined in

node_modules/@types/react/index.d.ts:1545


onPointerEnter

Optional onPointerEnter: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerEnter

Defined in

node_modules/@types/react/index.d.ts:1552


onPointerEnterCapture

Optional onPointerEnterCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerEnterCapture

Defined in

node_modules/@types/react/index.d.ts:1553


onPointerLeave

Optional onPointerLeave: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerLeave

Defined in

node_modules/@types/react/index.d.ts:1554


onPointerLeaveCapture

Optional onPointerLeaveCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerLeaveCapture

Defined in

node_modules/@types/react/index.d.ts:1555


onPointerMove

Optional onPointerMove: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerMove

Defined in

node_modules/@types/react/index.d.ts:1546


onPointerMoveCapture

Optional onPointerMoveCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerMoveCapture

Defined in

node_modules/@types/react/index.d.ts:1547


onPointerOut

Optional onPointerOut: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerOut

Defined in

node_modules/@types/react/index.d.ts:1558


onPointerOutCapture

Optional onPointerOutCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerOutCapture

Defined in

node_modules/@types/react/index.d.ts:1559


onPointerOver

Optional onPointerOver: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerOver

Defined in

node_modules/@types/react/index.d.ts:1556


onPointerOverCapture

Optional onPointerOverCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerOverCapture

Defined in

node_modules/@types/react/index.d.ts:1557


onPointerUp

Optional onPointerUp: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerUp

Defined in

node_modules/@types/react/index.d.ts:1548


onPointerUpCapture

Optional onPointerUpCapture: PointerEventHandler<HTMLDivElement>

Inherited from

Omit.onPointerUpCapture

Defined in

node_modules/@types/react/index.d.ts:1549


onProgress

Optional onProgress: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onProgress

Defined in

node_modules/@types/react/index.d.ts:1470


onProgressCapture

Optional onProgressCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onProgressCapture

Defined in

node_modules/@types/react/index.d.ts:1471


onRateChange

Optional onRateChange: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onRateChange

Defined in

node_modules/@types/react/index.d.ts:1472


onRateChangeCapture

Optional onRateChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onRateChangeCapture

Defined in

node_modules/@types/react/index.d.ts:1473


onReset

Optional onReset: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onReset

Defined in

node_modules/@types/react/index.d.ts:1420


onResetCapture

Optional onResetCapture: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onResetCapture

Defined in

node_modules/@types/react/index.d.ts:1421


onResize

Optional onResize: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onResize

Defined in

node_modules/@types/react/index.d.ts:1474


onResizeCapture

Optional onResizeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onResizeCapture

Defined in

node_modules/@types/react/index.d.ts:1475


onScroll

Optional onScroll: UIEventHandler<HTMLDivElement>

Inherited from

Omit.onScroll

Defined in

node_modules/@types/react/index.d.ts:1566


onScrollCapture

Optional onScrollCapture: UIEventHandler<HTMLDivElement>

Inherited from

Omit.onScrollCapture

Defined in

node_modules/@types/react/index.d.ts:1567


onSeeked

Optional onSeeked: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onSeeked

Defined in

node_modules/@types/react/index.d.ts:1476


onSeekedCapture

Optional onSeekedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onSeekedCapture

Defined in

node_modules/@types/react/index.d.ts:1477


onSeeking

Optional onSeeking: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onSeeking

Defined in

node_modules/@types/react/index.d.ts:1478


onSeekingCapture

Optional onSeekingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onSeekingCapture

Defined in

node_modules/@types/react/index.d.ts:1479


onSelect

Optional onSelect: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onSelect

Defined in

node_modules/@types/react/index.d.ts:1530


onSelectCapture

Optional onSelectCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onSelectCapture

Defined in

node_modules/@types/react/index.d.ts:1531


onStalled

Optional onStalled: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onStalled

Defined in

node_modules/@types/react/index.d.ts:1480


onStalledCapture

Optional onStalledCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onStalledCapture

Defined in

node_modules/@types/react/index.d.ts:1481


onSubmit

Optional onSubmit: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onSubmit

Defined in

node_modules/@types/react/index.d.ts:1422


onSubmitCapture

Optional onSubmitCapture: FormEventHandler<HTMLDivElement>

Inherited from

Omit.onSubmitCapture

Defined in

node_modules/@types/react/index.d.ts:1423


onSuspend

Optional onSuspend: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onSuspend

Defined in

node_modules/@types/react/index.d.ts:1482


onSuspendCapture

Optional onSuspendCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onSuspendCapture

Defined in

node_modules/@types/react/index.d.ts:1483


onTimeUpdate

Optional onTimeUpdate: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onTimeUpdate

Defined in

node_modules/@types/react/index.d.ts:1484


onTimeUpdateCapture

Optional onTimeUpdateCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onTimeUpdateCapture

Defined in

node_modules/@types/react/index.d.ts:1485


onTouchCancel

Optional onTouchCancel: TouchEventHandler<HTMLDivElement>

Inherited from

Omit.onTouchCancel

Defined in

node_modules/@types/react/index.d.ts:1534


onTouchCancelCapture

Optional onTouchCancelCapture: TouchEventHandler<HTMLDivElement>

Inherited from

Omit.onTouchCancelCapture

Defined in

node_modules/@types/react/index.d.ts:1535


onTouchEnd

Optional onTouchEnd: TouchEventHandler<HTMLDivElement>

Inherited from

Omit.onTouchEnd

Defined in

node_modules/@types/react/index.d.ts:1536


onTouchEndCapture

Optional onTouchEndCapture: TouchEventHandler<HTMLDivElement>

Inherited from

Omit.onTouchEndCapture

Defined in

node_modules/@types/react/index.d.ts:1537


onTouchMove

Optional onTouchMove: TouchEventHandler<HTMLDivElement>

Inherited from

Omit.onTouchMove

Defined in

node_modules/@types/react/index.d.ts:1538


onTouchMoveCapture

Optional onTouchMoveCapture: TouchEventHandler<HTMLDivElement>

Inherited from

Omit.onTouchMoveCapture

Defined in

node_modules/@types/react/index.d.ts:1539


onTouchStart

Optional onTouchStart: TouchEventHandler<HTMLDivElement>

Inherited from

Omit.onTouchStart

Defined in

node_modules/@types/react/index.d.ts:1540


onTouchStartCapture

Optional onTouchStartCapture: TouchEventHandler<HTMLDivElement>

Inherited from

Omit.onTouchStartCapture

Defined in

node_modules/@types/react/index.d.ts:1541


onTransitionEnd

Optional onTransitionEnd: TransitionEventHandler<HTMLDivElement>

Inherited from

Omit.onTransitionEnd

Defined in

node_modules/@types/react/index.d.ts:1582


onTransitionEndCapture

Optional onTransitionEndCapture: TransitionEventHandler<HTMLDivElement>

Inherited from

Omit.onTransitionEndCapture

Defined in

node_modules/@types/react/index.d.ts:1583


onVolumeChange

Optional onVolumeChange: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onVolumeChange

Defined in

node_modules/@types/react/index.d.ts:1486


onVolumeChangeCapture

Optional onVolumeChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onVolumeChangeCapture

Defined in

node_modules/@types/react/index.d.ts:1487


onWaiting

Optional onWaiting: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onWaiting

Defined in

node_modules/@types/react/index.d.ts:1488


onWaitingCapture

Optional onWaitingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

Omit.onWaitingCapture

Defined in

node_modules/@types/react/index.d.ts:1489


onWheel

Optional onWheel: WheelEventHandler<HTMLDivElement>

Inherited from

Omit.onWheel

Defined in

node_modules/@types/react/index.d.ts:1570


onWheelCapture

Optional onWheelCapture: WheelEventHandler<HTMLDivElement>

Inherited from

Omit.onWheelCapture

Defined in

node_modules/@types/react/index.d.ts:1571


open

Optional open: boolean

Inherited from

Omit.open

Defined in

node_modules/@types/react/index.d.ts:1997


optimum

Optional optimum: number

Inherited from

Omit.optimum

Defined in

node_modules/@types/react/index.d.ts:1998


options

options: { label: ReactNode ; value: T }[]

选项值

Defined in

src/components/EditorComponent/Segmented.tsx:53


pattern

Optional pattern: string

Inherited from

Omit.pattern

Defined in

node_modules/@types/react/index.d.ts:1999


placeholder

Optional placeholder: string

Inherited from

Omit.placeholder

Defined in

node_modules/@types/react/index.d.ts:2000


playsInline

Optional playsInline: boolean

Inherited from

Omit.playsInline

Defined in

node_modules/@types/react/index.d.ts:2001


poster

Optional poster: string

Inherited from

Omit.poster

Defined in

node_modules/@types/react/index.d.ts:2002


prefix

Optional prefix: string

Inherited from

Omit.prefix

Defined in

node_modules/@types/react/index.d.ts:1895


prefixCls

Optional prefixCls: string

Inherited from

Omit.prefixCls

Defined in

node_modules/rc-segmented/es/index.d.ts:21


preload

Optional preload: string

Inherited from

Omit.preload

Defined in

node_modules/@types/react/index.d.ts:2003


property

Optional property: string

Inherited from

Omit.property

Defined in

node_modules/@types/react/index.d.ts:1896


radioGroup

Optional radioGroup: string

Inherited from

Omit.radioGroup

Defined in

node_modules/@types/react/index.d.ts:1886


readOnly

Optional readOnly: boolean

Inherited from

Omit.readOnly

Defined in

node_modules/@types/react/index.d.ts:2004


ref

Optional ref: LegacyRef<HTMLDivElement>

Allows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref).

See

https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom

Inherited from

Omit.ref

Defined in

node_modules/@types/react/index.d.ts:148


rel

Optional rel: string

Inherited from

Omit.rel

Defined in

node_modules/@types/react/index.d.ts:2005


required

Optional required: boolean

Inherited from

Omit.required

Defined in

node_modules/@types/react/index.d.ts:2006


resource

Optional resource: string

Inherited from

Omit.resource

Defined in

node_modules/@types/react/index.d.ts:1897


results

Optional results: number

Inherited from

Omit.results

Defined in

node_modules/@types/react/index.d.ts:1911


reversed

Optional reversed: boolean

Inherited from

Omit.reversed

Defined in

node_modules/@types/react/index.d.ts:2007


role

Optional role: AriaRole

Inherited from

Omit.role

Defined in

node_modules/@types/react/index.d.ts:1889


rootClassName

Optional rootClassName: string

Inherited from

Omit.rootClassName

Defined in

node_modules/antd/es/segmented/index.d.ts:15


rowSpan

Optional rowSpan: number

Inherited from

Omit.rowSpan

Defined in

node_modules/@types/react/index.d.ts:2009


rows

Optional rows: number

Inherited from

Omit.rows

Defined in

node_modules/@types/react/index.d.ts:2008


sandbox

Optional sandbox: string

Inherited from

Omit.sandbox

Defined in

node_modules/@types/react/index.d.ts:2010


scope

Optional scope: string

Inherited from

Omit.scope

Defined in

node_modules/@types/react/index.d.ts:2011


scoped

Optional scoped: boolean

Inherited from

Omit.scoped

Defined in

node_modules/@types/react/index.d.ts:2012


scrolling

Optional scrolling: string

Inherited from

Omit.scrolling

Defined in

node_modules/@types/react/index.d.ts:2013


seamless

Optional seamless: boolean

Inherited from

Omit.seamless

Defined in

node_modules/@types/react/index.d.ts:2014


security

Optional security: string

Inherited from

Omit.security

Defined in

node_modules/@types/react/index.d.ts:1912


selected

Optional selected: boolean

Inherited from

Omit.selected

Defined in

node_modules/@types/react/index.d.ts:2015


shape

Optional shape: string

Inherited from

Omit.shape

Defined in

node_modules/@types/react/index.d.ts:2016


size

Optional size: SizeType

Option to control the display size

Inherited from

Omit.size

Defined in

node_modules/antd/es/segmented/index.d.ts:20


sizes

Optional sizes: string

Inherited from

Omit.sizes

Defined in

node_modules/@types/react/index.d.ts:2018


slot

Optional slot: string

Inherited from

Omit.slot

Defined in

node_modules/@types/react/index.d.ts:1878


span

Optional span: number

Inherited from

Omit.span

Defined in

node_modules/@types/react/index.d.ts:2019


spellCheck

Optional spellCheck: Booleanish

Inherited from

Omit.spellCheck

Defined in

node_modules/@types/react/index.d.ts:1879


src

Optional src: string

Inherited from

Omit.src

Defined in

node_modules/@types/react/index.d.ts:2020


srcDoc

Optional srcDoc: string

Inherited from

Omit.srcDoc

Defined in

node_modules/@types/react/index.d.ts:2021


srcLang

Optional srcLang: string

Inherited from

Omit.srcLang

Defined in

node_modules/@types/react/index.d.ts:2022


srcSet

Optional srcSet: string

Inherited from

Omit.srcSet

Defined in

node_modules/@types/react/index.d.ts:2023


start

Optional start: number

Inherited from

Omit.start

Defined in

node_modules/@types/react/index.d.ts:2024


step

Optional step: string | number

Inherited from

Omit.step

Defined in

node_modules/@types/react/index.d.ts:2025


style

Optional style: CSSProperties

Inherited from

Omit.style

Defined in

node_modules/@types/react/index.d.ts:1880


summary

Optional summary: string

Inherited from

Omit.summary

Defined in

node_modules/@types/react/index.d.ts:2026


suppressContentEditableWarning

Optional suppressContentEditableWarning: boolean

Inherited from

Omit.suppressContentEditableWarning

Defined in

node_modules/@types/react/index.d.ts:1862


suppressHydrationWarning

Optional suppressHydrationWarning: boolean

Inherited from

Omit.suppressHydrationWarning

Defined in

node_modules/@types/react/index.d.ts:1863


tabIndex

Optional tabIndex: number

Inherited from

Omit.tabIndex

Defined in

node_modules/@types/react/index.d.ts:1881


target

Optional target: string

Inherited from

Omit.target

Defined in

node_modules/@types/react/index.d.ts:2027


title

Optional title: string

Inherited from

Omit.title

Defined in

node_modules/@types/react/index.d.ts:1882


translate

Optional translate: "no" | "yes"

Inherited from

Omit.translate

Defined in

node_modules/@types/react/index.d.ts:1883


type

Optional type: string

Inherited from

Omit.type

Defined in

node_modules/@types/react/index.d.ts:2028


typeof

Optional typeof: string

Inherited from

Omit.typeof

Defined in

node_modules/@types/react/index.d.ts:1898


unselectable

Optional unselectable: "on" | "off"

Inherited from

Omit.unselectable

Defined in

node_modules/@types/react/index.d.ts:1913


useMap

Optional useMap: string

Inherited from

Omit.useMap

Defined in

node_modules/@types/react/index.d.ts:2029


value

Optional value: T

Defined in

src/components/EditorComponent/Segmented.tsx:45


vocab

Optional vocab: string

Inherited from

Omit.vocab

Defined in

node_modules/@types/react/index.d.ts:1899


width

Optional width: string | number

Inherited from

Omit.width

Defined in

node_modules/@types/react/index.d.ts:2031


wmode

Optional wmode: string

Inherited from

Omit.wmode

Defined in

node_modules/@types/react/index.d.ts:2032


wrap

Optional wrap: string

Inherited from

Omit.wrap

Defined in

node_modules/@types/react/index.d.ts:2033

Clone this wiki locally