Inspector components.
Classes
ControlAssetElement
Extends ControlAssetElement_base.
new ControlAssetElement():
ControlAssetElement
Returns ControlAssetElement. Inherited from ControlAssetElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
acceptsClip | public | boolean |
asset | public | undefined | ClientAsset |
assetType | public | string |
border | public readonly | number |
connected | public | boolean |
contentForHead | public | OptionalContent |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
fallback? | public | Scalar |
frame? | public | number |
head | public | OptionalContent |
icon? | public | string |
iconIds | public readonly | string[] |
input? | public | Element |
inputInitialize? | public | Element |
inputSelect | public | HTMLSelectElement |
label | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
max? | public | number |
min? | public | number |
name | public | string |
options? | public | ScalarRecord | Scalar[] |
order? | public | number |
preview? | public | Element |
previewSize | public | Size<number> |
previewTarget | public | string |
promise | public | undefined | Promise<void> |
refreshable | public readonly | boolean |
scalar? | public | Scalar |
scalarFromInput? | public | Scalar |
signals | public readonly | SignalsRecord |
step? | public | number |
styles | static | CSSResult |
target | public | string |
tweens? | public | boolean |
type | public | string |
undoable? | public | boolean |
visibility | public | boolean |
Methods
dropFiles(
fileList):Promise<void>
| Parameter | Type | Description |
|---|---|---|
fileList | FileList |
Returns Promise<void>.
dropValid(
dataTransfer?):boolean
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
Returns boolean. Inherited from ControlAssetElement_base.dropValid.
firstUpdated(
values):void
| Parameter | Type | Description |
|---|---|---|
values | PropertyValueMap<ControlAssetElement> |
Returns void. Overrides ControlAssetElement_base.firstUpdated.
handleDragged():
void
Returns void. Inherited from ControlAssetElement_base.handleDragged.
handleDropped(
dataTransfer?,clientX?):void
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns void. Inherited from ControlAssetElement_base.handleDropped.
handleTargetIdSignal(
signal):void
| Parameter | Type |
|---|---|
signal | Signal |
Returns void. Inherited from ControlAssetElement_base.handleTargetIdSignal.
mashIndex(
dataTransfer?,clientX?):undefined|ClipLocation
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns undefined | ClipLocation. Inherited from ControlAssetElement_base.mashIndex.
refreshAsset():
void
Returns void.
refreshPreview():
void
Returns void. Inherited from ControlAssetElement_base.refreshPreview.
scalarFromOptions(
index):undefined|Scalar
| Parameter | Type |
|---|---|
index | number |
Returns undefined | Scalar. Inherited from ControlAssetElement_base.scalarFromOptions.
setInputValue(
value?):boolean
| Parameter | Type |
|---|---|
value? | Scalar |
Returns boolean. Inherited from ControlAssetElement_base.setInputValue.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ControlAssetElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ControlAssetElement_base.unsubscribe.
willUpdate(
values):void
| Parameter | Type | Description |
|---|---|---|
values | PropertyValueMap<ControlAssetElement> |
Returns void. Overrides ControlAssetElement_base.willUpdate.
staticinstance(element,args, …ids):ControlAssetElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | ControlAssetElement | |
args | InspectorElementArgs | |
…ids | string[] |
Returns ControlAssetElement.
ControlBooleanElement
Extends ControlBooleanElement_base.
new ControlBooleanElement():
ControlBooleanElement
Returns ControlBooleanElement. Inherited from ControlBooleanElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
fallback? | public | Scalar |
frame? | public | number |
icon? | public | string |
input? | public | Element |
inputInitialize | public readonly | undefined | Element |
inputSelect | public | HTMLSelectElement |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
max? | public | number |
min? | public | number |
name | public | string |
options? | public | ScalarRecord | Scalar[] |
order? | public | number |
scalar? | public | Scalar |
scalarFromInput? | public | Scalar |
signals | public readonly | SignalsRecord |
step? | public | number |
styles | static | CSSResult |
target | public | string |
tweens? | public | boolean |
type | public | string |
undoable? | public | boolean |
Methods
scalarFromOptions(
index):undefined|Scalar
| Parameter | Type |
|---|---|
index | number |
Returns undefined | Scalar. Inherited from ControlBooleanElement_base.scalarFromOptions.
setInputValue(
value?):boolean
| Parameter | Type |
|---|---|
value? | Scalar |
Returns boolean. Inherited from ControlBooleanElement_base.setInputValue.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ControlBooleanElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ControlBooleanElement_base.unsubscribe.
staticinstance(element,args, …ids):ControlBooleanElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | ControlBooleanElement | |
args | InspectorElementArgs | |
…ids | string[] |
Returns ControlBooleanElement.
ControlGroupEvent
Dispatch to retrieve a control group.Extends CustomEvent<ControlGroupEventDetail>.
new ControlGroupEvent(
propertyIds,functions?):ControlGroupEvent
| Parameter | Type | Description |
|---|---|---|
propertyIds | `${string}.${string}`[] | |
functions? | Map<ControlGroupFunction, `${string}.${string}`[]> |
Returns ControlGroupEvent. Overrides CustomEvent<ControlGroupEventDetail>.constructor.
| Property | Modifier | Type |
|---|---|---|
claimed | public readonly | `${string}.${string}`[] |
Type | static | string |
unclaimed | public readonly | `${string}.${string}`[] |
ControlInputElement
Extends ElementBase.
new ControlInputElement():
ControlInputElement
Returns ControlInputElement. Inherited from ElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyId | public | undefined | `${string}.${string}` |
selectedId | public | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
handleChanged(
event):void
| Parameter | Type | Description |
|---|---|---|
event | Event |
Returns void.
handleInput():
void
Returns void.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ElementBase.unsubscribe.
willUpdate(
values):void
| Parameter | Type | Description |
|---|---|---|
values | PropertyValueMap<ControlInputElement> |
Returns void. Overrides ElementBase.willUpdate.
ControlNumericElement
Extends ControlNumericElement_base.
new ControlNumericElement():
ControlNumericElement
Returns ControlNumericElement. Inherited from ControlNumericElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
fallback? | public | Scalar |
frame? | public | number |
icon? | public | string |
input? | public | Element |
inputInitialize | public readonly | undefined | Element |
inputSelect | public | HTMLSelectElement |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
max? | public | number |
min? | public | number |
name | public | string |
options? | public | ScalarRecord | Scalar[] |
order? | public | number |
scalar? | public | Scalar |
scalarFromInput? | public | Scalar |
signals | public readonly | SignalsRecord |
step? | public | number |
styles | static | CSSResult |
target | public | string |
tweens? | public | boolean |
type | public | string |
undoable? | public | boolean |
Methods
scalarFromOptions(
index):undefined|Scalar
| Parameter | Type |
|---|---|
index | number |
Returns undefined | Scalar. Inherited from ControlNumericElement_base.scalarFromOptions.
setInputValue(
value?):boolean
| Parameter | Type |
|---|---|
value? | Scalar |
Returns boolean. Inherited from ControlNumericElement_base.setInputValue.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ControlNumericElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ControlNumericElement_base.unsubscribe.
staticinstance(element,args, …ids):ControlNumericElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | ControlNumericElement | |
args | InspectorElementArgs | |
…ids | string[] |
Returns ControlNumericElement.
ControlRgbElement
Extends ControlRgbElement_base.
new ControlRgbElement():
ControlRgbElement
Returns ControlRgbElement. Inherited from ControlRgbElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
fallback? | public | Scalar |
frame? | public | number |
icon? | public | string |
input? | public | Element |
inputInitialize | public readonly | undefined | Element |
inputSelect | public | HTMLSelectElement |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
max? | public | number |
min? | public | number |
name | public | string |
options? | public | ScalarRecord | Scalar[] |
order? | public | number |
scalar? | public | Scalar |
scalarFromInput? | public | Scalar |
signals | public readonly | SignalsRecord |
step? | public | number |
styles | static | CSSResult |
target | public | string |
tweens? | public | boolean |
type | public | string |
undoable? | public | boolean |
Methods
scalarFromOptions(
index):undefined|Scalar
| Parameter | Type |
|---|---|
index | number |
Returns undefined | Scalar. Inherited from ControlRgbElement_base.scalarFromOptions.
setInputValue(
value?):boolean
| Parameter | Type |
|---|---|
value? | Scalar |
Returns boolean. Inherited from ControlRgbElement_base.setInputValue.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ControlRgbElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ControlRgbElement_base.unsubscribe.
staticinstance(element,args, …ids):ControlRgbElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | ControlRgbElement | |
args | InspectorElementArgs | |
…ids | string[] |
Returns ControlRgbElement.
ControlRowElement
Extends LoaderElementBase.
new ControlRowElement():
ControlRowElement
Returns ControlRowElement. Inherited from LoaderElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
icon | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyId | public | undefined | `${string}.${string}` |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from LoaderElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from LoaderElementBase.unsubscribe.
GroupAspectElement
Extends GroupAspectElement_base.
new GroupAspectElement():
GroupAspectElement
Returns GroupAspectElement. Inherited from GroupAspectElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
icon | public | string |
legendContent | public | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyIds? | public | `${string}.${string}`[] |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
updatePropertyIds | public | `${string}.${string}`[] |
Methods
addOrRemoveEnd(
addOrRemove,propertyNamePrefix):void
| Parameter | Type |
|---|---|
addOrRemove | string |
propertyNamePrefix | string |
Returns void. Inherited from GroupAspectElement_base.addOrRemoveEnd.
controlContent(
name,icon?,more?):OptionalContent
| Parameter | Type |
|---|---|
name | string |
icon? | string |
more? | OptionalContent |
Returns OptionalContent. Inherited from GroupAspectElement_base.controlContent.
controlInputContent(
propertyId?,dataType?):OptionalContent
| Parameter | Type |
|---|---|
propertyId? | `${string}.${string}` |
dataType? | string |
Returns OptionalContent. Inherited from GroupAspectElement_base.controlInputContent.
controlInputContentEnd(
namePrefix):OptionalContent
| Parameter | Type |
|---|---|
namePrefix | string |
Returns OptionalContent. Inherited from GroupAspectElement_base.controlInputContentEnd.
currentValue(
name):undefined|Scalar
| Parameter | Type |
|---|---|
name | string |
Returns undefined | Scalar. Inherited from GroupAspectElement_base.currentValue.
propertyIdValue(
nameOrPropertyId):undefined|Scalar
| Parameter | Type |
|---|---|
nameOrPropertyId | string |
Returns undefined | Scalar. Inherited from GroupAspectElement_base.propertyIdValue.
propertyNameContent(
propertyName):OptionalContent
| Parameter | Type |
|---|---|
propertyName | string |
Returns OptionalContent. Inherited from GroupAspectElement_base.propertyNameContent.
signalIdForName(
name):undefined| `${string}.${string}`
| Parameter | Type |
|---|---|
name | string |
Returns undefined | `${string}.${string}`. Inherited from GroupAspectElement_base.signalIdForName.
targetForName(
name):undefined|string
| Parameter | Type |
|---|---|
name | string |
Returns undefined | string. Inherited from GroupAspectElement_base.targetForName.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from GroupAspectElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from GroupAspectElement_base.unsubscribe.
staticcontrolGroupFunction(ids,element?):Element
| Parameter | Type |
|---|---|
ids | `${string}.${string}`[] |
element? | Element |
Returns Element.
statichandleControlGroup(evt):void
| Parameter | Type |
|---|---|
evt | Event |
Returns void.
staticinstance(propertyIds):GroupAspectElement
| Parameter | Type | Description |
|---|---|---|
propertyIds | `${string}.${string}`[] |
Returns GroupAspectElement.
GroupCssElement
Extends GroupCssElement_base. Implements ControlGroup.
new GroupCssElement():
GroupCssElement
Returns GroupCssElement. Inherited from GroupCssElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
changesString | public readonly | string |
connected | public | boolean |
copyIcon | public | string |
copySupported | public readonly | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
disabled | public | boolean |
icon | public | string |
legendContent | public readonly | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyIds? | public | `${string}.${string}`[] |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
target | public readonly | undefined | string |
updatePropertyIds | public | `${string}.${string}`[] |
Methods
addOrRemoveEnd(
addOrRemove,propertyNamePrefix):void
| Parameter | Type |
|---|---|
addOrRemove | string |
propertyNamePrefix | string |
Returns void. Implementation of ControlGroup.addOrRemoveEnd, Inherited from GroupCssElement_base.addOrRemoveEnd.
controlContent(
name,icon?,more?):OptionalContent
| Parameter | Type |
|---|---|
name | string |
icon? | string |
more? | OptionalContent |
Returns OptionalContent. Implementation of ControlGroup.controlContent, Inherited from GroupCssElement_base.controlContent.
controlInputContent(
propertyId?,dataType?):OptionalContent
| Parameter | Type |
|---|---|
propertyId? | `${string}.${string}` |
dataType? | string |
Returns OptionalContent. Implementation of ControlGroup.controlInputContent, Inherited from GroupCssElement_base.controlInputContent.
controlInputContentEnd(
namePrefix):OptionalContent
| Parameter | Type |
|---|---|
namePrefix | string |
Returns OptionalContent. Implementation of ControlGroup.controlInputContentEnd, Inherited from GroupCssElement_base.controlInputContentEnd.
currentValue(
name):undefined|Scalar
| Parameter | Type |
|---|---|
name | string |
Returns undefined | Scalar. Implementation of ControlGroup.currentValue, Inherited from GroupCssElement_base.currentValue.
handleCopy():
void
Returns void.
propertyIdValue(
nameOrPropertyId):undefined|Scalar
| Parameter | Type |
|---|---|
nameOrPropertyId | string |
Returns undefined | Scalar. Implementation of ControlGroup.propertyIdValue, Inherited from GroupCssElement_base.propertyIdValue.
propertyNameContent(
propertyName):OptionalContent
| Parameter | Type |
|---|---|
propertyName | string |
Returns OptionalContent. Implementation of ControlGroup.propertyNameContent, Inherited from GroupCssElement_base.propertyNameContent.
refreshDisabled():
void
Returns void.
refreshElements():
void
Returns void.
refreshTarget(
previous?):void
| Parameter | Type | Description |
|---|---|---|
previous? | `${string}.${string}`[] |
Returns void.
signalIdForName(
name):undefined| `${string}.${string}`
| Parameter | Type |
|---|---|
name | string |
Returns undefined | `${string}.${string}`. Implementation of ControlGroup.signalIdForName, Inherited from GroupCssElement_base.signalIdForName.
targetForName(
name):undefined|string
| Parameter | Type |
|---|---|
name | string |
Returns undefined | string. Implementation of ControlGroup.targetForName, Inherited from GroupCssElement_base.targetForName.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from GroupCssElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from GroupCssElement_base.unsubscribe.
willUpdate(
values):void
| Parameter | Type | Description |
|---|---|---|
values | PropertyValueMap<GroupCssElement> |
Returns void. Overrides GroupCssElement_base.willUpdate.
staticcontrolGroupFunction(ids,element?):Element
| Parameter | Type |
|---|---|
ids | `${string}.${string}`[] |
element? | Element |
Returns Element.
statichandleControlGroup(evt):void
| Parameter | Type |
|---|---|
evt | Event |
Returns void.
staticinstance(propertyIds):GroupCssElement
| Parameter | Type | Description |
|---|---|---|
propertyIds | `${string}.${string}`[] |
Returns GroupCssElement.
GroupDimensionsElement
Extends GroupDimensionsElement_base.
new GroupDimensionsElement():
GroupDimensionsElement
Returns GroupDimensionsElement. Inherited from GroupDimensionsElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
icon | public | string |
legendContent | public | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyIds? | public | `${string}.${string}`[] |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
updatePropertyIds | public | `${string}.${string}`[] |
Methods
addOrRemoveEnd(
addOrRemove,propertyNamePrefix):void
| Parameter | Type |
|---|---|
addOrRemove | string |
propertyNamePrefix | string |
Returns void. Inherited from GroupDimensionsElement_base.addOrRemoveEnd.
controlContent(
name,icon?,more?):OptionalContent
| Parameter | Type |
|---|---|
name | string |
icon? | string |
more? | OptionalContent |
Returns OptionalContent. Inherited from GroupDimensionsElement_base.controlContent.
controlInputContent(
propertyId?,dataType?):OptionalContent
| Parameter | Type |
|---|---|
propertyId? | `${string}.${string}` |
dataType? | string |
Returns OptionalContent. Inherited from GroupDimensionsElement_base.controlInputContent.
controlInputContentEnd(
namePrefix):OptionalContent
| Parameter | Type |
|---|---|
namePrefix | string |
Returns OptionalContent. Inherited from GroupDimensionsElement_base.controlInputContentEnd.
currentValue(
name):undefined|Scalar
| Parameter | Type |
|---|---|
name | string |
Returns undefined | Scalar. Inherited from GroupDimensionsElement_base.currentValue.
dimensionsContent(
aspectFlip,portrait):TemplateContents
| Parameter | Type | Description |
|---|---|---|
aspectFlip | boolean | |
portrait | boolean |
Returns TemplateContents.
handleHeight(
event):void
| Parameter | Type | Description |
|---|---|---|
event | Event |
Returns void.
handleWidth(
event):void
| Parameter | Type | Description |
|---|---|---|
event | Event |
Returns void.
propertyIdValue(
nameOrPropertyId):undefined|Scalar
| Parameter | Type |
|---|---|
nameOrPropertyId | string |
Returns undefined | Scalar. Inherited from GroupDimensionsElement_base.propertyIdValue.
propertyNameContent(
propertyName):OptionalContent
| Parameter | Type |
|---|---|
propertyName | string |
Returns OptionalContent. Inherited from GroupDimensionsElement_base.propertyNameContent.
signalIdForName(
name):undefined| `${string}.${string}`
| Parameter | Type |
|---|---|
name | string |
Returns undefined | `${string}.${string}`. Inherited from GroupDimensionsElement_base.signalIdForName.
targetForName(
name):undefined|string
| Parameter | Type |
|---|---|
name | string |
Returns undefined | string. Inherited from GroupDimensionsElement_base.targetForName.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from GroupDimensionsElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from GroupDimensionsElement_base.unsubscribe.
staticcontrolGroupFunction(ids,element?):Element
| Parameter | Type |
|---|---|
ids | `${string}.${string}`[] |
element? | Element |
Returns Element.
statichandleControlGroup(evt):void
| Parameter | Type |
|---|---|
evt | Event |
Returns void.
staticinstance(propertyIds):GroupDimensionsElement
| Parameter | Type | Description |
|---|---|---|
propertyIds | `${string}.${string}`[] |
Returns GroupDimensionsElement.
GroupFillElement
Extends GroupFillElement_base.
new GroupFillElement():
GroupFillElement
Returns GroupFillElement. Inherited from GroupFillElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
icon | public | string |
legendContent | public | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyIds? | public | `${string}.${string}`[] |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
updatePropertyIds | public | `${string}.${string}`[] |
Methods
addOrRemoveEnd(
addOrRemove,propertyNamePrefix):void
| Parameter | Type |
|---|---|
addOrRemove | string |
propertyNamePrefix | string |
Returns void. Inherited from GroupFillElement_base.addOrRemoveEnd.
controlContent(
name,icon?,more?):OptionalContent
| Parameter | Type |
|---|---|
name | string |
icon? | string |
more? | OptionalContent |
Returns OptionalContent. Inherited from GroupFillElement_base.controlContent.
controlInputContent(
propertyId?,dataType?):OptionalContent
| Parameter | Type |
|---|---|
propertyId? | `${string}.${string}` |
dataType? | string |
Returns OptionalContent. Inherited from GroupFillElement_base.controlInputContent.
controlInputContentEnd(
namePrefix):OptionalContent
| Parameter | Type |
|---|---|
namePrefix | string |
Returns OptionalContent. Inherited from GroupFillElement_base.controlInputContentEnd.
currentValue(
name):undefined|Scalar
| Parameter | Type |
|---|---|
name | string |
Returns undefined | Scalar. Inherited from GroupFillElement_base.currentValue.
handleColor(
event):void
| Parameter | Type | Description |
|---|---|---|
event | Event |
Returns void.
handleOpacity(
event):void
| Parameter | Type | Description |
|---|---|---|
event | Event |
Returns void.
propertyIdValue(
nameOrPropertyId):undefined|Scalar
| Parameter | Type |
|---|---|
nameOrPropertyId | string |
Returns undefined | Scalar. Inherited from GroupFillElement_base.propertyIdValue.
propertyNameContent(
propertyName):OptionalContent
| Parameter | Type |
|---|---|
propertyName | string |
Returns OptionalContent. Inherited from GroupFillElement_base.propertyNameContent.
signalIdForName(
name):undefined| `${string}.${string}`
| Parameter | Type |
|---|---|
name | string |
Returns undefined | `${string}.${string}`. Inherited from GroupFillElement_base.signalIdForName.
targetForName(
name):undefined|string
| Parameter | Type |
|---|---|
name | string |
Returns undefined | string. Inherited from GroupFillElement_base.targetForName.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from GroupFillElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from GroupFillElement_base.unsubscribe.
staticcontrolGroupFunction(ids,element?):Element
| Parameter | Type |
|---|---|
ids | `${string}.${string}`[] |
element? | Element |
Returns Element.
statichandleControlGroup(evt):void
| Parameter | Type |
|---|---|
evt | Event |
Returns void.
staticinstance(propertyIds):GroupFillElement
| Parameter | Type | Description |
|---|---|---|
propertyIds | `${string}.${string}`[] |
Returns GroupFillElement.
GroupLocationElement
Extends GroupLocationElement_base. Implements ControlGroup.
new GroupLocationElement():
GroupLocationElement
Returns GroupLocationElement. Inherited from GroupLocationElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
icon | public | string |
legendContent | public | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyIds? | public | `${string}.${string}`[] |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
updatePropertyIds | public | `${string}.${string}`[] |
Methods
addOrRemoveEnd(
addOrRemove,propertyNamePrefix):void
| Parameter | Type |
|---|---|
addOrRemove | string |
propertyNamePrefix | string |
Returns void. Implementation of ControlGroup.addOrRemoveEnd, Inherited from GroupLocationElement_base.addOrRemoveEnd.
constrainedContent(
flipped):OptionalContent
| Parameter | Type | Description |
|---|---|---|
flipped | boolean |
Returns OptionalContent.
controlContent(
name,icon?,more?):OptionalContent
| Parameter | Type |
|---|---|
name | string |
icon? | string |
more? | OptionalContent |
Returns OptionalContent. Implementation of ControlGroup.controlContent, Inherited from GroupLocationElement_base.controlContent.
controlInputContent(
propertyId?,dataType?):OptionalContent
| Parameter | Type |
|---|---|
propertyId? | `${string}.${string}` |
dataType? | string |
Returns OptionalContent. Implementation of ControlGroup.controlInputContent, Inherited from GroupLocationElement_base.controlInputContent.
controlInputContentEnd(
namePrefix):OptionalContent
| Parameter | Type |
|---|---|
namePrefix | string |
Returns OptionalContent. Implementation of ControlGroup.controlInputContentEnd, Inherited from GroupLocationElement_base.controlInputContentEnd.
currentValue(
name):undefined|Scalar
| Parameter | Type |
|---|---|
name | string |
Returns undefined | Scalar. Implementation of ControlGroup.currentValue, Inherited from GroupLocationElement_base.currentValue.
handleX(
event):void
| Parameter | Type | Description |
|---|---|---|
event | Event |
Returns void.
handleY(
event):void
| Parameter | Type | Description |
|---|---|---|
event | Event |
Returns void.
propertyIdValue(
nameOrPropertyId):undefined|Scalar
| Parameter | Type |
|---|---|
nameOrPropertyId | string |
Returns undefined | Scalar. Implementation of ControlGroup.propertyIdValue, Inherited from GroupLocationElement_base.propertyIdValue.
propertyNameContent(
propertyName):OptionalContent
| Parameter | Type |
|---|---|
propertyName | string |
Returns OptionalContent. Implementation of ControlGroup.propertyNameContent, Inherited from GroupLocationElement_base.propertyNameContent.
signalIdForName(
name):undefined| `${string}.${string}`
| Parameter | Type |
|---|---|
name | string |
Returns undefined | `${string}.${string}`. Implementation of ControlGroup.signalIdForName, Inherited from GroupLocationElement_base.signalIdForName.
targetForName(
name):undefined|string
| Parameter | Type |
|---|---|
name | string |
Returns undefined | string. Implementation of ControlGroup.targetForName, Inherited from GroupLocationElement_base.targetForName.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from GroupLocationElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from GroupLocationElement_base.unsubscribe.
staticcontrolGroupFunction(ids,element?):Element
| Parameter | Type |
|---|---|
ids | `${string}.${string}`[] |
element? | Element |
Returns Element.
statichandleControlGroup(evt):void
| Parameter | Type |
|---|---|
evt | Event |
Returns void.
staticinstance(propertyIds):GroupLocationElement
| Parameter | Type | Description |
|---|---|---|
propertyIds | `${string}.${string}`[] |
Returns GroupLocationElement.
GroupNoneElement
Extends GroupNoneElement_base.
new GroupNoneElement():
GroupNoneElement
Returns GroupNoneElement. Inherited from GroupNoneElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
icon | public | string |
legendContent | public | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyIds? | public | `${string}.${string}`[] |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
updatePropertyIds | public | `${string}.${string}`[] |
Methods
addOrRemoveEnd(
addOrRemove,propertyNamePrefix):void
| Parameter | Type |
|---|---|
addOrRemove | string |
propertyNamePrefix | string |
Returns void. Inherited from GroupNoneElement_base.addOrRemoveEnd.
controlContent(
name,icon?,more?):OptionalContent
| Parameter | Type |
|---|---|
name | string |
icon? | string |
more? | OptionalContent |
Returns OptionalContent. Inherited from GroupNoneElement_base.controlContent.
controlInputContent(
propertyId?,dataType?):OptionalContent
| Parameter | Type |
|---|---|
propertyId? | `${string}.${string}` |
dataType? | string |
Returns OptionalContent. Inherited from GroupNoneElement_base.controlInputContent.
controlInputContentEnd(
namePrefix):OptionalContent
| Parameter | Type |
|---|---|
namePrefix | string |
Returns OptionalContent. Inherited from GroupNoneElement_base.controlInputContentEnd.
currentValue(
name):undefined|Scalar
| Parameter | Type |
|---|---|
name | string |
Returns undefined | Scalar. Inherited from GroupNoneElement_base.currentValue.
propertyIdValue(
nameOrPropertyId):undefined|Scalar
| Parameter | Type |
|---|---|
nameOrPropertyId | string |
Returns undefined | Scalar. Inherited from GroupNoneElement_base.propertyIdValue.
propertyNameContent(
propertyName):OptionalContent
| Parameter | Type |
|---|---|
propertyName | string |
Returns OptionalContent. Inherited from GroupNoneElement_base.propertyNameContent.
signalIdForName(
name):undefined| `${string}.${string}`
| Parameter | Type |
|---|---|
name | string |
Returns undefined | `${string}.${string}`. Inherited from GroupNoneElement_base.signalIdForName.
targetForName(
name):undefined|string
| Parameter | Type |
|---|---|
name | string |
Returns undefined | string. Inherited from GroupNoneElement_base.targetForName.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from GroupNoneElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from GroupNoneElement_base.unsubscribe.
staticcontrolGroupFunction(ids,element?):Element
| Parameter | Type |
|---|---|
ids | `${string}.${string}`[] |
element? | Element |
Returns Element.
statichandleControlGroup(evt):void
| Parameter | Type |
|---|---|
evt | Event |
Returns void.
staticinstance(propertyIds):GroupNoneElement
| Parameter | Type | Description |
|---|---|---|
propertyIds | `${string}.${string}`[] |
Returns GroupNoneElement.
GroupTimeElement
Extends GroupTimeElement_base.
new GroupTimeElement():
GroupTimeElement
Returns GroupTimeElement. Inherited from GroupTimeElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
framedContent | public readonly | OptionalContent |
icon | public | string |
legendContent | public | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertyIds? | public | `${string}.${string}`[] |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
trimmedContent | public readonly | OptionalContent |
updatePropertyIds | public | `${string}.${string}`[] |
Methods
addOrRemoveEnd(
addOrRemove,propertyNamePrefix):void
| Parameter | Type |
|---|---|
addOrRemove | string |
propertyNamePrefix | string |
Returns void. Inherited from GroupTimeElement_base.addOrRemoveEnd.
controlContent(
name,icon?,more?):OptionalContent
| Parameter | Type |
|---|---|
name | string |
icon? | string |
more? | OptionalContent |
Returns OptionalContent. Inherited from GroupTimeElement_base.controlContent.
controlInputContent(
propertyId?,dataType?):OptionalContent
| Parameter | Type |
|---|---|
propertyId? | `${string}.${string}` |
dataType? | string |
Returns OptionalContent. Inherited from GroupTimeElement_base.controlInputContent.
controlInputContentEnd(
namePrefix):OptionalContent
| Parameter | Type |
|---|---|
namePrefix | string |
Returns OptionalContent. Inherited from GroupTimeElement_base.controlInputContentEnd.
currentValue(
name):undefined|Scalar
| Parameter | Type |
|---|---|
name | string |
Returns undefined | Scalar. Inherited from GroupTimeElement_base.currentValue.
propertyIdValue(
nameOrPropertyId):undefined|Scalar
| Parameter | Type |
|---|---|
nameOrPropertyId | string |
Returns undefined | Scalar. Inherited from GroupTimeElement_base.propertyIdValue.
propertyNameContent(
propertyName):OptionalContent
| Parameter | Type |
|---|---|
propertyName | string |
Returns OptionalContent. Inherited from GroupTimeElement_base.propertyNameContent.
signalIdForName(
name):undefined| `${string}.${string}`
| Parameter | Type |
|---|---|
name | string |
Returns undefined | `${string}.${string}`. Inherited from GroupTimeElement_base.signalIdForName.
targetForName(
name):undefined|string
| Parameter | Type |
|---|---|
name | string |
Returns undefined | string. Inherited from GroupTimeElement_base.targetForName.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from GroupTimeElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from GroupTimeElement_base.unsubscribe.
staticcontrolGroupFunction(ids,element?):Element
| Parameter | Type |
|---|---|
ids | `${string}.${string}`[] |
element? | Element |
Returns Element.
statichandleControlGroup(evt):void
| Parameter | Type |
|---|---|
evt | Event |
Returns void.
staticinstance(propertyIds):GroupTimeElement
| Parameter | Type | Description |
|---|---|---|
propertyIds | `${string}.${string}`[] |
Returns GroupTimeElement.
InspectorContentElement
Extends ContentElementBase.
new InspectorContentElement():
InspectorContentElement
Returns InspectorContentElement. Inherited from ContentElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
connected | public | boolean |
contentCss | static | CSSResult |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
handlePick():
void
Returns void.
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from ContentElementBase.partContent.
refreshParts():
string
Returns string. Inherited from ContentElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ContentElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ContentElementBase.unsubscribe.
InspectorElement
Extends PanelElementBase.
new InspectorElement():
InspectorElement
Returns InspectorElement. Inherited from PanelElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
contentContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from PanelElementBase.contentContent.
footerContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from PanelElementBase.footerContent.
headerContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from PanelElementBase.headerContent.
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from PanelElementBase.partContent.
refreshParts():
string
Returns string. Inherited from PanelElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from PanelElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from PanelElementBase.unsubscribe.
staticinstance(element):InspectorElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | InspectorElement |
Returns InspectorElement.
InspectorFooterElement
Extends FooterElementBase.
new InspectorFooterElement():
InspectorFooterElement
Returns InspectorFooterElement. Inherited from FooterElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
connected | public | boolean |
contentCss | static | CSSResult |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from FooterElementBase.partContent.
refreshParts():
string
Returns string. Inherited from FooterElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from FooterElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from FooterElementBase.unsubscribe.
InspectorHeaderElement
Extends HeaderElementBase.
new InspectorHeaderElement():
InspectorHeaderElement
Returns InspectorHeaderElement. Inherited from HeaderElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
connected | public | boolean |
contentCss | static | CSSResult |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
updateKey | public | undefined | string |
Methods
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from HeaderElementBase.partContent.
refreshParts():
string
Returns string. Inherited from HeaderElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from HeaderElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from HeaderElementBase.unsubscribe.
InspectorTargetElement
Extends ScrollerElementBase.
new InspectorTargetElement():
InspectorTargetElement
Returns InspectorTargetElement. Inherited from ScrollerElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssDivRoot | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
elements | public | Element[] |
elementsById | public | Record<string, Element> |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
propertiesById | public | Record<`${string}.${string}`, ScalarProperty> |
propertyIds | public | `${string}.${string}`[] |
selectedId | public | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
target | public | string |
Methods
handleChanged():
void
Returns void.
handleSignal(
signal):void
| Parameter | Type | Description |
|---|---|---|
signal | Signal |
Returns void.
refreshSelectedProperties(
refreshIfUnchanged?):void
| Parameter | Type | Description |
|---|---|---|
refreshIfUnchanged? | boolean |
Returns void.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ScrollerElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ScrollerElementBase.unsubscribe.
Interfaces
Control
| Property | Type |
|---|---|
fallback? | Scalar |
frame? | number |
icon? | string |
input? | Element |
inputInitialize? | Element |
inputSelect | HTMLSelectElement |
max? | number |
min? | number |
name | string |
options? | ScalarRecord | Scalar[] |
order? | number |
scalar? | Scalar |
scalarFromInput? | Scalar |
step? | number |
target | string |
tweens? | boolean |
type | string |
undoable? | boolean |
Methods
scalarFromOptions(
index):undefined|Scalar
| Parameter | Type |
|---|---|
index | number |
Returns undefined | Scalar.
setInputValue(
value?):boolean
| Parameter | Type |
|---|---|
value? | Scalar |
Returns boolean.
ControlGroup
| Property | Type |
|---|---|
icon | string |
legendContent | OptionalContent |
propertyIds? | `${string}.${string}`[] |
updatePropertyIds | `${string}.${string}`[] |
Methods
addOrRemoveEnd(
addOrRemove,propertyNamePrefix):void
| Parameter | Type |
|---|---|
addOrRemove | string |
propertyNamePrefix | string |
Returns void.
controlContent(
name,icon?,more?):OptionalContent
| Parameter | Type |
|---|---|
name | string |
icon? | string |
more? | OptionalContent |
Returns OptionalContent.
controlInputContent(
propertyId?,dataType?):OptionalContent
| Parameter | Type |
|---|---|
propertyId? | `${string}.${string}` |
dataType? | string |
Returns OptionalContent.
controlInputContentEnd(
namePrefix):OptionalContent
| Parameter | Type |
|---|---|
namePrefix | string |
Returns OptionalContent.
currentValue(
name):undefined|Scalar
| Parameter | Type |
|---|---|
name | string |
Returns undefined | Scalar.
propertyIdValue(
nameOrPropertyId):undefined|Scalar
| Parameter | Type |
|---|---|
nameOrPropertyId | string |
Returns undefined | Scalar.
propertyNameContent(
propertyName):OptionalContent
| Parameter | Type |
|---|---|
propertyName | string |
Returns OptionalContent.
signalIdForName(
name):undefined| `${string}.${string}`
| Parameter | Type |
|---|---|
name | string |
Returns undefined | `${string}.${string}`.
targetForName(
name):undefined|string
| Parameter | Type |
|---|---|
name | string |
Returns undefined | string.
ControlGroupEventDetail
Extends Ordered.
| Property | Type |
|---|---|
functions | Map<ControlGroupFunction, `${string}.${string}`[]> |
order? | number |
propertyIds | `${string}.${string}`[] |
InspectorElementArgs
| Property | Type |
|---|---|
scalarProperty | ScalarProperty |
Type Aliases
ControlGroupFunction
ControlGroupFunction: (
ids,element?) =>Element
| Parameter | Type |
|---|---|
ids | `${string}.${string}`[] |
element? | Element |
Returns Element.
Variables
ControlAssetTag
constControlAssetTag:"media-masher-control-asset"
ControlBooleanTag
constControlBooleanTag:"media-masher-control-boolean"
ControlInputTag
constControlInputTag:"media-masher-control-input"
ControlNumericTag
constControlNumericTag:"media-masher-control-numeric"
ControlRgbTag
constControlRgbTag:"media-masher-control-rgb"
ControlRowTag
constControlRowTag:"media-masher-control-row"
ControlStringTag
constControlStringTag:"media-masher-control-string"
GroupAspectTag
constGroupAspectTag:"media-masher-group-aspect"
GroupCssTag
constGroupCssTag:"media-masher-group-css"
GroupDimensionsTag
constGroupDimensionsTag:"media-masher-group-dimensions"
GroupFillTag
constGroupFillTag:"media-masher-group-fill"
GroupLocationTag
constGroupLocationTag:"media-masher-group-location"
GroupNoneTag
constGroupNoneTag:"media-masher-group-none"
GroupTimeTag
constGroupTimeTag:"media-masher-group-time"
InspectorContentTag
constInspectorContentTag:"media-masher-inspector-content"
InspectorFooterTag
constInspectorFooterTag:"media-masher-inspector-footer"
InspectorHeaderTag
constInspectorHeaderTag:"media-masher-inspector-header"
InspectorTag
constInspectorTag:"media-masher-inspector"
InspectorTargetTag
constInspectorTargetTag:"media-masher-inspector-target"
Functions
ClientGroupAspectListeners
ClientGroupAspectListeners():
EventListeners
Returns EventListeners.
ClientGroupCssListeners
ClientGroupCssListeners():
EventListeners
Returns EventListeners.
ClientGroupDimensionsListeners
ClientGroupDimensionsListeners():
EventListeners
Returns EventListeners.
ClientGroupFillListeners
ClientGroupFillListeners():
EventListeners
Returns EventListeners.
ClientGroupLocationListeners
ClientGroupLocationListeners():
EventListeners
Returns EventListeners.
ClientGroupNoneListeners
ClientGroupNoneListeners():
EventListeners
Returns EventListeners.
ClientGroupTimeListeners
ClientGroupTimeListeners():
EventListeners
Returns EventListeners.
ControlElementMixin
ControlElementMixin<
T>(Base):T&Constrained<Control>
| Type Parameter | Description |
|---|---|
T extends Constrained<ElementBase> |
| Parameter | Type | Description |
|---|---|---|
Base | T |
Returns T & Constrained<Control>.
ControlGroupElementMixin
ControlGroupElementMixin<
T>(Base):T&Constrained<ControlGroup>
| Type Parameter | Description |
|---|---|
T extends Constrained<LoaderElementBase> |
| Parameter | Type | Description |
|---|---|---|
Base | T |
Returns T & Constrained<ControlGroup>.
svgElementGroup
svgElementGroup(
dimensions?,id?):SVGGElement
| Parameter | Type |
|---|---|
dimensions? | object |
id? | string |
Returns SVGGElement.