SAS Developer Portal
SVI Solution Extensions
Preparing search index...
The search index is not available
SAS® Visual Investigator API
@sas/vi-api
component
PageViewerApi
Interface PageViewerApi
interface
PageViewerApi
{
isDirty
:
(
(
)
=>
boolean
)
;
isValid
:
(
(
)
=>
Promise
<
boolean
>
)
;
save
:
(
(
)
=>
Promise
<
void
>
)
;
}
Index
Properties
is
Dirty
is
Valid
save
Properties
is
Dirty
is
Dirty
:
(
(
)
=>
boolean
)
is
Valid
is
Valid
:
(
(
)
=>
Promise
<
boolean
>
)
save
save
:
(
(
)
=>
Promise
<
void
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Dirty
is
Valid
save
SAS Developer Portal
SVI Solution Extensions
@sas/vi-api - v1.46.0
Loading...