KEMBAR78
Daftar
Login
WebCell | WebCell
WebCell
Preparing search index...
WebCell
Interface WebCell<P>
interface
WebCell
<
P
=
{}
>
{
emit
:
(
event
:
string
,
detail
?:
any
,
option
?:
EventInit
)
=>
boolean
;
internals
:
ElementInternals
;
mounted
:
boolean
;
mountedCallback
?:
()
=>
any
;
props
:
P
&
DataObject
&
Pick
<
VNode
,
"key"
|
"is"
|
"ref"
>
&
Omit
<
Partial
<
ARIAMixin
&
EventHandlers
<
HTMLElement
,
HTMLElementEventMap
>
&
DOMProps_Read2Write
<
Pick
<
HTMLElement
,
|
"tagName"
|
"slot"
|
"accessKey"
|
"accessKeyLabel"
|
"autocapitalize"
|
"autocorrect"
|
"dir"
|
"draggable"
|
"hidden"
|
"inert"
|
"innerText"
|
"lang"
|
"offsetHeight"
|
"offsetLeft"
|
"offsetParent"
|
"offsetTop"
|
"offsetWidth"
|
"outerText"
|
"popover"
|
"spellcheck"
|
"title"
|
"translate"
|
"writingSuggestions"
|
"attributes"
|
"classList"
|
"className"
|
"clientHeight"
|
"clientLeft"
|
"clientTop"
|
"clientWidth"
|
"currentCSSZoom"
|
"id"
|
"innerHTML"
|
"localName"
|
"namespaceURI"
|
"outerHTML"
|
"part"
|
"prefix"
|
"scrollHeight"
|
"scrollLeft"
|
"scrollTop"
|
"scrollWidth"
|
"shadowRoot"
|
"ariaActiveDescendantElement"
|
"ariaAtomic"
|
"ariaAutoComplete"
|
"ariaBrailleLabel"
|
"ariaBrailleRoleDescription"
|
"ariaBusy"
|
"ariaChecked"
|
"ariaColCount"
|
"ariaColIndex"
|
"ariaColIndexText"
|
"ariaColSpan"
|
"ariaControlsElements"
|
"ariaCurrent"
|
"ariaDescribedByElements"
|
"ariaDescription"
|
"ariaDetailsElements"
|
"ariaDisabled"
|
"ariaErrorMessageElements"
|
"ariaExpanded"
|
"ariaFlowToElements"
|
"ariaHasPopup"
|
"ariaHidden"
|
"ariaInvalid"
|
"ariaKeyShortcuts"
|
"ariaLabel"
|
"ariaLabelledByElements"
|
"ariaLevel"
|
"ariaLive"
|
"ariaModal"
|
"ariaMultiLine"
|
"ariaMultiSelectable"
|
"ariaOrientation"
|
"ariaOwnsElements"
|
"ariaPlaceholder"
|
"ariaPosInSet"
|
"ariaPressed"
|
"ariaReadOnly"
|
"ariaRelevant"
|
"ariaRequired"
|
"ariaRoleDescription"
|
"ariaRowCount"
|
"ariaRowIndex"
|
"ariaRowIndexText"
|
"ariaRowSpan"
|
"ariaSelected"
|
"ariaSetSize"
|
"ariaSort"
|
"ariaValueMax"
|
"ariaValueMin"
|
"ariaValueNow"
|
"ariaValueText"
|
"role"
|
"nextElementSibling"
|
"previousElementSibling"
|
"childElementCount"
|
"children"
|
"firstElementChild"
|
"lastElementChild"
|
"assignedSlot"
|
"attributeStyleMap"
|
"style"
|
"contentEditable"
|
"enterKeyHint"
|
"inputMode"
|
"isContentEditable"
|
"autofocus"
|
"dataset"
|
"nonce"
|
"tabIndex"
,
>
,
>
,
>
,
"children"
,
>
&
{}
;
renderer
:
DOMRenderer
;
root
:
ParentNode
;
update
:
()
=>
Promise
<
void
>
;
updatedCallback
?:
()
=>
any
;
}
Type Parameters
P
=
{}
Hierarchy (
View Summary
)
CustomElement
WebCell
AnimateCSS
FunctionCell
WebField
Implemented by
AnimateCSS
FunctionCell
Index
Properties
emit
internals
mounted
mounted
Callback?
props
renderer
root
update
updated
Callback?
Properties
emit
emit
:
(
event
:
string
,
detail
?:
any
,
option
?:
EventInit
)
=>
boolean
internals
internals
:
ElementInternals
mounted
mounted
:
boolean
Optional
mounted
Callback
mountedCallback
?:
()
=>
any
Called at first time of DOM tree updated
props
props
:
P
&
DataObject
&
Pick
<
VNode
,
"key"
|
"is"
|
"ref"
>
&
Omit
<
Partial
<
ARIAMixin
&
EventHandlers
<
HTMLElement
,
HTMLElementEventMap
>
&
DOMProps_Read2Write
<
Pick
<
HTMLElement
,
|
"tagName"
|
"slot"
|
"accessKey"
|
"accessKeyLabel"
|
"autocapitalize"
|
"autocorrect"
|
"dir"
|
"draggable"
|
"hidden"
|
"inert"
|
"innerText"
|
"lang"
|
"offsetHeight"
|
"offsetLeft"
|
"offsetParent"
|
"offsetTop"
|
"offsetWidth"
|
"outerText"
|
"popover"
|
"spellcheck"
|
"title"
|
"translate"
|
"writingSuggestions"
|
"attributes"
|
"classList"
|
"className"
|
"clientHeight"
|
"clientLeft"
|
"clientTop"
|
"clientWidth"
|
"currentCSSZoom"
|
"id"
|
"innerHTML"
|
"localName"
|
"namespaceURI"
|
"outerHTML"
|
"part"
|
"prefix"
|
"scrollHeight"
|
"scrollLeft"
|
"scrollTop"
|
"scrollWidth"
|
"shadowRoot"
|
"ariaActiveDescendantElement"
|
"ariaAtomic"
|
"ariaAutoComplete"
|
"ariaBrailleLabel"
|
"ariaBrailleRoleDescription"
|
"ariaBusy"
|
"ariaChecked"
|
"ariaColCount"
|
"ariaColIndex"
|
"ariaColIndexText"
|
"ariaColSpan"
|
"ariaControlsElements"
|
"ariaCurrent"
|
"ariaDescribedByElements"
|
"ariaDescription"
|
"ariaDetailsElements"
|
"ariaDisabled"
|
"ariaErrorMessageElements"
|
"ariaExpanded"
|
"ariaFlowToElements"
|
"ariaHasPopup"
|
"ariaHidden"
|
"ariaInvalid"
|
"ariaKeyShortcuts"
|
"ariaLabel"
|
"ariaLabelledByElements"
|
"ariaLevel"
|
"ariaLive"
|
"ariaModal"
|
"ariaMultiLine"
|
"ariaMultiSelectable"
|
"ariaOrientation"
|
"ariaOwnsElements"
|
"ariaPlaceholder"
|
"ariaPosInSet"
|
"ariaPressed"
|
"ariaReadOnly"
|
"ariaRelevant"
|
"ariaRequired"
|
"ariaRoleDescription"
|
"ariaRowCount"
|
"ariaRowIndex"
|
"ariaRowIndexText"
|
"ariaRowSpan"
|
"ariaSelected"
|
"ariaSetSize"
|
"ariaSort"
|
"ariaValueMax"
|
"ariaValueMin"
|
"ariaValueNow"
|
"ariaValueText"
|
"role"
|
"nextElementSibling"
|
"previousElementSibling"
|
"childElementCount"
|
"children"
|
"firstElementChild"
|
"lastElementChild"
|
"assignedSlot"
|
"attributeStyleMap"
|
"style"
|
"contentEditable"
|
"enterKeyHint"
|
"inputMode"
|
"isContentEditable"
|
"autofocus"
|
"dataset"
|
"nonce"
|
"tabIndex"
,
>
,
>
,
>
,
"children"
,
>
&
{}
renderer
renderer
:
DOMRenderer
root
root
:
ParentNode
update
update
:
()
=>
Promise
<
void
>
Optional
updated
Callback
updatedCallback
?:
()
=>
any
Called at DOM tree updated
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
emit
internals
mounted
mounted
Callback
props
renderer
root
update
updated
Callback
WebCell
Loading...
Called at first time of DOM tree updated