Preparing search index...
The search index is not available
d4h-typescript
d4h-typescript
GetQualificationOptions
Interface GetQualificationOptions
interface
GetQualificationOptions
{
exclude_org_data
?:
boolean
;
exclude_teams_data
?:
boolean
;
order
?:
"asc"
|
"desc"
;
page
?:
number
;
size
?:
number
;
sort
?:
string
|
string
[]
;
title
?:
string
;
}
Index
Properties
exclude_
org_
data?
exclude_
teams_
data?
order?
page?
size?
sort?
title?
Properties
Optional
exclude_
org_
data
exclude_org_data
?:
boolean
Optional
exclude_
teams_
data
exclude_teams_data
?:
boolean
Optional
order
order
?:
"asc"
|
"desc"
Optional
page
page
?:
number
Optional
size
size
?:
number
Optional
sort
sort
?:
string
|
string
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exclude_
org_
data
exclude_
teams_
data
order
page
size
sort
title
d4h-typescript
Loading...