sparc - v1.0.1
    Preparing search index...

    Type Alias pageResetOptions

    type pageResetOptions = {
        clearConsole: boolean;
        removeStyles: boolean;
        themePath?: string;
    }
    Index

    Properties

    clearConsole: boolean

    Boolean flag that indicates if the console should be cleared once this function executes,

    removeStyles: boolean

    Boolean flag that indicates if the script should remove all style and link tags that load css

    themePath?: string

    If provided, the given path will be used to load a css file. This is intended to load the main css theme file.