package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'p t = {
  1. payload : 'p option;
  2. uri : Uri.t;
}

Note that the uri here is always absolute, and therefore not necessarily the same string as passed to push or replace (see below).