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