Preparing search index...
The search index is not available
API Documentation
API Documentation
load-css
LoadCssResult
Interface LoadCssResult
Holds information about a loaded css file.
interface
LoadCssResult
{
link
:
HTMLLinkElement
;
url
:
string
;
}
Index
Properties
link
url
Properties
link
link
:
HTMLLinkElement
The loaded link element
url
url
:
string
The css file url
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
link
url
API Documentation
Loading...
Holds information about a loaded css file.