Member Junction
Preparing search index...
@memberjunction/interactive-component-types
ComponentMethodInfo
Interface ComponentMethodInfo
Defines standard and custom methods a component implements
interface
ComponentMethodInfo
{
customMethods
:
CustomComponentMethod
[]
;
standardMethodsSupported
:
{
focus
?:
boolean
;
getCurrentDataState
?:
boolean
;
getDataStateHistory
?:
boolean
;
hasMethod
?:
boolean
;
invokeMethod
?:
boolean
;
isDirty
?:
boolean
;
print
?:
boolean
;
refresh
?:
boolean
;
reset
?:
boolean
;
scrollTo
?:
boolean
;
validate
?:
boolean
;
}
;
}
Index
Properties
custom
Methods
standard
Methods
Supported
Properties
custom
Methods
customMethods
:
CustomComponentMethod
[]
standard
Methods
Supported
standardMethodsSupported
:
{
focus
?:
boolean
;
getCurrentDataState
?:
boolean
;
getDataStateHistory
?:
boolean
;
hasMethod
?:
boolean
;
invokeMethod
?:
boolean
;
isDirty
?:
boolean
;
print
?:
boolean
;
refresh
?:
boolean
;
reset
?:
boolean
;
scrollTo
?:
boolean
;
validate
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Methods
standard
Methods
Supported
Member Junction
Loading...
Defines standard and custom methods a component implements