SAS Developer Portal
SVI Solution Extensions
Preparing search index...
The search index is not available
SAS® Visual Investigator API
@sas/vi-api
component
ComponentCreationResult
Interface ComponentCreationResult<T>
interface
ComponentCreationResult
<
T
>
{
component
:
Record
<
string
,
any
>
;
destroy
:
(
(
)
=>
void
)
;
element
:
HTMLElement
;
setComponentInputValue
?:
(
(
name
:
keyof
T
,
value
:
unknown
)
=>
void
)
;
}
Type Parameters
T
Index
Properties
component
destroy
element
set
Component
Input
Value?
Properties
component
component
:
Record
<
string
,
any
>
destroy
destroy
:
(
(
)
=>
void
)
element
element
:
HTMLElement
Optional
set
Component
Input
Value
set
Component
Input
Value
?:
(
(
name
:
keyof
T
,
value
:
unknown
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
destroy
element
set
Component
Input
Value
SAS Developer Portal
SVI Solution Extensions
@sas/vi-api - v1.46.0
Loading...