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

    Interface ValidateStatesOptions

    interface ValidateStatesOptions {
        states: readonly CaptureState[];
        seedUrl: string;
        hostMatchesFilters: (hostname: string) => boolean;
        allowStateRequests: boolean;
        viewportNames: readonly string[];
        captureRoutes: boolean;
    }
    Index
    states: readonly CaptureState[]
    seedUrl: string
    hostMatchesFilters: (hostname: string) => boolean
    allowStateRequests: boolean
    viewportNames: readonly string[]
    captureRoutes: boolean