Preparing search index...
The search index is not available
shlink.ts
shlink.ts
Tag
Class Tag
Index
Constructors
constructor
Properties
short
Urls
Count?
tag
visits
Summary?
Methods
delete
get
Visits
rename
Constructors
constructor
new
Tag
(
tag
,
shClient
)
:
Tag
Parameters
tag
:
string
|
statsTagJson
shClient
:
Shlink
Returns
Tag
Properties
Optional
Readonly
short
Urls
Count
short
Urls
Count
?:
number
tag
tag
:
string
Optional
Readonly
visits
Summary
visits
Summary
?:
{
bots
:
number
;
nonBots
:
number
;
total
:
number
;
}
Methods
delete
delete
(
)
:
Promise
<
void
>
Delete this tag
Returns
Promise
<
void
>
get
Visits
get
Visits
(
startDate
?
,
endDate
?
,
page
?
,
itemsPerPage
?
,
excludeBots
?
)
:
Promise
<
{
maxPages
:
number
;
page
:
number
;
visits
:
Visit
[]
;
}
>
Get the visits from this tag
Parameters
Optional
startDate
:
Date
Optional
endDate
:
Date
Optional
page
:
number
Optional
itemsPerPage
:
number
Optional
excludeBots
:
boolean
Returns
Promise
<
{
maxPages
:
number
;
page
:
number
;
visits
:
Visit
[]
;
}
>
rename
rename
(
newName
)
:
Promise
<
void
>
Rename this tag
Parameters
newName
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
short
Urls
Count
tag
visits
Summary
Methods
delete
get
Visits
rename
shlink.ts
Loading...
Delete this tag