@team-speed-kit/predictive-preloading
    Preparing search index...

    Type Alias VisualizationStyles

    Defines the CSS for the sales visualization tool. Defaults are: preloadStyle: { outline: '4px solid blue', outlineOffset: '-4px', }, prerenderStyle: { outline: '4px solid lime', outlineOffset: '-4px', }, probabilityStyle: { position: 'absolute', inset: '0', color: 'white', textShadow: '1px 1px black', background: 'rgba(0, 0, 255, 0.4)', textAlign: 'center', display: 'grid', alignItems: 'center', font: 'initial', fontFamily: 'sans-serif', fontWeight: '900', },

    type VisualizationStyles = {
        preloadStyle?: { [key: string]: string };
        prerenderStyle?: { [key: string]: string };
        probabilityStyle?: { [key: string]: string };
    }
    Index

    Properties

    preloadStyle?: { [key: string]: string }
    prerenderStyle?: { [key: string]: string }
    probabilityStyle?: { [key: string]: string }