@perspective-dev/viewer
    Preparing search index...

    Options for the restore() method.

    type RestoreOptions = {
        panel?: string;
        suppress_errors?: boolean;
    }
    Index

    Properties

    panel?: string

    The target panel; the active panel when omitted.

    suppress_errors?: boolean

    When true, a failed restore only REJECTS the returned Promise — the error is not committed to the viewer's visible error state, and the session remains usable for subsequent calls. For programmatic callers (e.g. the LLM agent's set_view_config tool) for whom a failed config patch is feedback rather than a user-facing fault. The config may be partially applied on failure; restore a known-good config to recover exactly.