Search.../

type

Gets the document's type.

Description

Gets the string "$w.Document".

Type:

stringRead Only

Was this helpful?

Get the document's type

Copy Code
1let docType = $w("Document").type; // "$w.Document"