Stone.js API
Docs
Home
Preparing search index...
stone-js-use-view/src/declarations
LinkDescriptor
Interface LinkDescriptor
A link descriptor (
rel
+
href
, plus arbitrary attributes).
interface
LinkDescriptor
{
href
:
string
;
rel
:
string
;
[
attr
:
string
]:
unknown
;
}
Indexable
[
attr
:
string
]:
unknown
Index
Properties
href
rel
Properties
href
href
:
string
rel
rel
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
href
rel
Docs
Home
Stone.js API
Loading...
A link descriptor (
rel+href, plus arbitrary attributes).