@elysiumoss/ui-capture - v0.1.1
    Preparing search index...

    Interface HostFilterState

    interface HostFilterState {
        hydrate: (
            primaryHost: string,
            extraAllowedHosts: readonly string[],
        ) => void;
        hostMatchesFilters: (
            hostname: string,
            includeSubdomains: boolean,
        ) => boolean;
    }
    Index

    Properties

    hydrate: (primaryHost: string, extraAllowedHosts: readonly string[]) => void
    hostMatchesFilters: (hostname: string, includeSubdomains: boolean) => boolean