Search
Preparing search index...
The search index is not available
@bitclave/base-client-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"repository/models/Site"
Site
Class Site
Hierarchy
DeepCopy
<
Site
>
Site
Index
Constructors
constructor
Properties
confidential
id
origin
public
Key
Methods
copy
deep
Copy
From
Json
get
Class
to
Json
from
Json
Constructors
constructor
new
Site
(
id
?:
number
, origin
?:
string
, publicKey
?:
string
, confidential
?:
boolean
)
:
Site
Parameters
Default value
id:
number
= 0
Default value
origin:
string
= ""
Default value
publicKey:
string
= ""
Default value
confidential:
boolean
= false
Returns
Site
Properties
confidential
confidential
:
boolean
id
id
:
number
origin
origin
:
string
public
Key
public
Key
:
string
Methods
copy
copy
(
changeArgs
?:
JsonObject
<
Site
>
)
:
Site
Parameters
Optional
changeArgs:
JsonObject
<
Site
>
Returns
Site
Protected
deep
Copy
From
Json
deep
Copy
From
Json
(
)
:
Site
Returns
Site
Protected
get
Class
get
Class
(
)
:
ClassCreator
<
Site
>
Returns
ClassCreator
<
Site
>
to
Json
to
Json
(
)
:
object
Returns
object
Static
from
Json
from
Json
(
json
:
JsonObject
<
Site
>
)
:
Site
Parameters
json:
JsonObject
<
Site
>
Returns
Site
Globals
"repository/models/
Site"
Site
constructor
confidential
id
origin
public
Key
copy
deep
Copy
From
Json
get
Class
to
Json
from
Json
Generated using
TypeDoc