SAS® Mobile Investigator API
SAS® Mobile Investigator API
SAS Developer Portal
@sas/vi-api
SAS Visual Investigator Solution Extensions
Preparing search index...
SmiHomepageControlApi
Interface SmiHomepageControlApi<ControlTypeAttributes>
An API of methods and properties on a homepage control.
interface
SmiHomepageControlApi
<
ControlTypeAttributes
extends
TypeAttributes
>
{
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
getControl
:
function
getControl
()
:
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.