obsidian/implementations/constructors/augmentations/values
Functions
Section titled “Functions”| Function | Description |
|---|---|
| getBooleanValueConstructor | Get the obsidian#BooleanValue constructor. |
| getDateValueConstructor | Get the obsidian#DateValue constructor. |
| getDurationValueConstructor | Get the obsidian#DurationValue constructor. |
| getFileValueConstructor | Get the obsidian#FileValue constructor. |
| getHTMLValueConstructor | Get the obsidian#HTMLValue constructor. |
| getIconValueConstructor | Get the obsidian#IconValue constructor. |
| getImageValueConstructor | Get the obsidian#ImageValue constructor. |
| getLinkValueConstructor | Get the obsidian#LinkValue constructor. |
| getListValueConstructor | Get the obsidian#ListValue constructor. |
| getNotNullValueConstructor | Get the obsidian#NotNullValue constructor. |
| getNullValueConstructor | Get the obsidian#NullValue constructor. |
| getNumberValueConstructor | Get the obsidian#NumberValue constructor. |
| getObjectValueConstructor | Get the obsidian#ObjectValue constructor. |
| getRegExpValueConstructor | Get the obsidian#RegExpValue constructor. |
| getRelativeDateValueConstructor | Get the obsidian#RelativeDateValue constructor. |
| getStringValueConstructor | Get the obsidian#StringValue constructor. |
| getTagValueConstructor | Get the obsidian#TagValue constructor. |
| getUrlValueConstructor | Get the obsidian#UrlValue constructor. |
| getValueConstructor | Get the obsidian#Value constructor. |