SAS® Mobile Investigator API
SAS Developer Portal
@sas/vi-api
SAS Visual Investigator Solution Extensions
Preparing search index...
The search index is not available
SAS® Mobile Investigator API
@sassoftware/mobile-investigator - v4.5.2
SmiHomepageControlApi
Interface SmiHomepageControlApi<ControlTypeAttributes>
An API of methods and properties on a homepage control.
interface
SmiHomepageControlApi
<
ControlTypeAttributes
>
{
control
:
{
uuid
:
string
;
getControl
(
)
:
Control
<
ControlTypeAttributes
>
;
}
;
}
Type Parameters
ControlTypeAttributes
extends
TypeAttributes
Index
Properties
control
Properties
Readonly
control
control
:
{
uuid
:
string
;
getControl
(
)
:
Control
<
ControlTypeAttributes
>
;
}
Type declaration
uuid
:
string
get
Control
:
function
get
Control
(
)
:
Control
<
ControlTypeAttributes
>
Returns the control's data object.
Returns
Control
<
ControlTypeAttributes
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
control
SAS® Mobile Investigator API
SAS Developer Portal
@sas/vi-api
SAS Visual Investigator Solution Extensions
@sassoftware/mobile-investigator - v4.5.2
Loading...
An API of methods and properties on a homepage control.