Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
HTMLLinkDescriptor
Interface HTMLLinkDescriptor
Head link descriptor.
interface
HTMLLinkDescriptor
{
href
:
string
;
media
?:
string
;
rel
:
string
;
type
?:
string
;
[
attr
:
string
]:
any
;
}
Indexable
[
attr
:
string
]:
any
Index
Properties
href
media?
rel
type?
Properties
href
href
:
string
Optional
media
media
?:
string
rel
rel
:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
href
media
rel
type
Docs
Home
Stone.js API
Loading...
Head link descriptor.