@elysiumoss/ui-capture - v0.1.1
Preparing search index...
shared
HostFilterState
Interface HostFilterState
interface
HostFilterState
{
hydrate
:
(
primaryHost
:
string
,
extraAllowedHosts
:
readonly
string
[]
,
)
=>
void
;
hostMatchesFilters
:
(
hostname
:
string
,
includeSubdomains
:
boolean
,
)
=>
boolean
;
}
Index
Properties
hydrate
host
Matches
Filters
Properties
hydrate
hydrate
:
(
primaryHost
:
string
,
extraAllowedHosts
:
readonly
string
[]
)
=>
void
host
Matches
Filters
hostMatchesFilters
:
(
hostname
:
string
,
includeSubdomains
:
boolean
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hydrate
host
Matches
Filters
@elysiumoss/ui-capture - v0.1.1
Loading...