devowl-wp
Preparing search index...
wordpress-plugins/real-cookie-banner/src/public/ts/admin
ClientCollection
Class ClientCollection<T>
Abstract
Type Parameters
T
extends
CollectionDefinition
<
ClientModel
<
any
>
>
Hierarchy (
View Summary
)
ClientCollection
AbstractPostCollection
AbstractCategoryCollection
Index
Constructors
constructor
Properties
annotated?
busy
entries
get
get
Single
Methods
instance
annotate?
Constructors
constructor
new
ClientCollection
<
T
extends
CollectionDefinition
<
ClientModel
<
any
>
,
any
[]
>
>
()
:
ClientCollection
<
T
,
>
Type Parameters
T
extends
CollectionDefinition
<
ClientModel
<
any
>
,
any
[]
>
Returns
ClientCollection
<
T
>
Properties
Optional
Readonly
annotated
annotated
?:
AnnotateDefinition
busy
busy
:
boolean
= false
entries
entries
:
Map
<
T
[
"model"
]
[
"key"
]
,
T
[
"model"
]
>
= ...
get
get
:
(
data
?:
{
clear
?:
boolean
;
params
?:
T
[
"getParameters"
]
;
request
?:
T
[
"getParameters"
]
;
}
,
)
=>
CancellablePromise
<
void
>
= ...
get
Single
getSingle
:
(
data
?:
{
params
?:
T
[
"getSingleParameters"
]
;
request
?:
T
[
"getSingleParameters"
]
;
}
,
)
=>
CancellablePromise
<
void
>
= ...
Methods
Abstract
instance
instance
(
response
:
T
[
"response"
]
)
:
T
[
"model"
]
Parameters
response
:
T
[
"response"
]
Returns
T
[
"model"
]
Static
Optional
annotate
annotate
<
T
extends
new
(
...
args
:
any
[]
)
=>
any
>
(
annotate
:
AnnotateDefinition
,
)
:
(
constructor
:
T
,
)
=>
{
prototype
:
__type
<
any
,
any
>
;
new
(
...
args
:
any
[]
)
:
__type
<
T
,
T
>
}
&
T
Type Parameters
T
extends
new
(
...
args
:
any
[]
)
=>
any
Parameters
annotate
:
AnnotateDefinition
Returns
(
constructor
:
T
,
)
=>
{
prototype
:
__type
<
any
,
any
>
;
new
(
...
args
:
any
[]
)
:
__type
<
T
,
T
>
}
&
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
annotated
busy
entries
get
get
Single
Methods
instance
annotate
devowl-wp
Loading...