UNPKG

@readium/navigator-html-injectables

Version:

An embeddable solution for connecting frames of HTML publications with a Readium Navigator

11 lines (10 loc) 490 B
import { ReadiumWindow } from "./dom"; export declare function getProperties(wnd: ReadiumWindow): { [key: string]: string; }; export declare function updateProperties(wnd: ReadiumWindow, properties: { [key: string]: string; }): void; export declare function getProperty(wnd: ReadiumWindow, key: string): string; export declare function setProperty(wnd: ReadiumWindow, key: string, value: string): void; export declare function removeProperty(wnd: ReadiumWindow, key: string): void;