Skip to content

@ralphschuler.webgl shader factory.<internal>.HTMLHyperlinkElementUtils

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: HTMLHyperlinkElementUtils

@ralphschuler/webgl-shader-factory.<internal>.HTMLHyperlinkElementUtils

Hierarchy

Table of contents

Properties

Methods

Properties

hash

hash: string

Returns the hyperlink's URL's fragment (includes leading "#" if non-empty).

Can be set, to change the URL's fragment (ignores leading "#").

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10604


host

host: string

Returns the hyperlink's URL's host and port (if different from the default port for the scheme).

Can be set, to change the URL's host and port.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10612


hostname

hostname: string

Returns the hyperlink's URL's host.

Can be set, to change the URL's host.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10620


href

href: string

Returns the hyperlink's URL.

Can be set, to change the URL.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10628


origin

Readonly origin: string

Returns the hyperlink's URL's origin.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10635


password

password: string

Returns the hyperlink's URL's password.

Can be set, to change the URL's password.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10643


pathname

pathname: string

Returns the hyperlink's URL's path.

Can be set, to change the URL's path.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10651


port

port: string

Returns the hyperlink's URL's port.

Can be set, to change the URL's port.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10659


protocol

protocol: string

Returns the hyperlink's URL's scheme.

Can be set, to change the URL's scheme.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10667


search

search: string

Returns the hyperlink's URL's query (includes leading "?" if non-empty).

Can be set, to change the URL's query (ignores leading "?").

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10675


username

username: string

Returns the hyperlink's URL's username.

Can be set, to change the URL's username.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10683

Methods

toString

toString(): string

Returns

string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10629

Typescript Libraries

Modules

Namespaces

Clone this wiki locally