Interface JExtensionMouseOver

interface JExtensionMouseOver {
    html: string;
    js?: string;
}

Properties

Properties

html: string
js?: string