manifesto
Preparing search index...
IExternalResource
Interface IExternalResource
interface
IExternalResource
{
authAPIVersion
:
number
;
authHoldingPage
:
any
;
clickThroughService
:
null
|
Service
;
data
:
IExternalResourceData
;
dataUri
:
null
|
string
;
error
:
any
;
externalService
:
null
|
Service
;
height
:
number
;
index
:
number
;
isResponseHandled
:
boolean
;
kioskService
:
null
|
Service
;
loginService
:
null
|
Service
;
logoutService
:
null
|
Service
;
options
?:
IManifestoOptions
;
restrictedService
:
null
|
Service
;
status
:
number
;
tokenService
:
null
|
Service
;
width
:
number
;
getData
(
accessToken
?:
IAccessToken
)
:
Promise
<
IExternalResource
>
;
hasServiceDescriptor
()
:
boolean
;
isAccessControlled
()
:
boolean
;
}
Index
Properties
auth
API
Version
auth
Holding
Page
click
Through
Service
data
data
Uri
error
external
Service
height
index
is
Response
Handled
kiosk
Service
login
Service
logout
Service
options?
restricted
Service
status
token
Service
width
Methods
get
Data
has
Service
Descriptor
is
Access
Controlled
Properties
auth
API
Version
authAPIVersion
:
number
auth
Holding
Page
authHoldingPage
:
any
click
Through
Service
clickThroughService
:
null
|
Service
data
data
:
IExternalResourceData
data
Uri
dataUri
:
null
|
string
error
error
:
any
external
Service
externalService
:
null
|
Service
height
height
:
number
index
index
:
number
is
Response
Handled
isResponseHandled
:
boolean
kiosk
Service
kioskService
:
null
|
Service
login
Service
loginService
:
null
|
Service
logout
Service
logoutService
:
null
|
Service
Optional
options
options
?:
IManifestoOptions
restricted
Service
restrictedService
:
null
|
Service
status
status
:
number
token
Service
tokenService
:
null
|
Service
width
width
:
number
Methods
get
Data
getData
(
accessToken
?:
IAccessToken
)
:
Promise
<
IExternalResource
>
Parameters
Optional
accessToken
:
IAccessToken
Returns
Promise
<
IExternalResource
>
has
Service
Descriptor
hasServiceDescriptor
()
:
boolean
Returns
boolean
is
Access
Controlled
isAccessControlled
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
API
Version
auth
Holding
Page
click
Through
Service
data
data
Uri
error
external
Service
height
index
is
Response
Handled
kiosk
Service
login
Service
logout
Service
options
restricted
Service
status
token
Service
width
Methods
get
Data
has
Service
Descriptor
is
Access
Controlled
manifesto
Loading...