Trevixal API
Preparing search index...
@trevixal/core
LinkUpdate
Interface LinkUpdate
Which attributes of a link to change; the rest are left as they are.
interface
LinkUpdate
{
href
?:
string
;
target
?:
"_blank"
|
null
;
title
?:
string
|
null
;
}
Index
Properties
href?
target?
title?
Properties
Optional
Readonly
href
href
?:
string
Optional
Readonly
target
target
?:
"_blank"
|
null
Optional
Readonly
title
title
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
href
target
title
Trevixal API
Loading...
Which attributes of a link to change; the rest are left as they are.