Interface NavigationPreloadState

interface NavigationPreloadState {
    enabled?: boolean;
    headerValue?: string;
}

Properties

enabled?: boolean
headerValue?: string