Home > @activeviam/activeui-sdk > Server
Server interface
Signature:
export interface Server
Properties
Property | Type | Description |
---|---|---|
getCaption | () => string | |
getName | () => string | |
getType | () => ServerKey | |
getUrl | () => Url | |
getVersions | () => Promise<ServerVersions> | |
isAvailable | () => boolean | |
isSecure | () => boolean | |
logout | () => void | |
ping | () => void | |
pingHead | () => void | |
setName | (a: string) => void | |
shutdown | () => void | |
startAvailabilityCheck | () => void | |
stopAvailabilityCheck | () => void |
Methods
Method | Description |
---|---|
onReady() |