HexString__
Unofficial
Hex strings are 6-digit hash-prefixed rgb strings in lowercase form.
Import:
import type { HexString__ } from 'obsidian';Example:
const hexString: HexString = '#ffffff';Signature:
export interface HexString__Hex strings are 6-digit hash-prefixed rgb strings in lowercase form.
Import:
import type { HexString__ } from 'obsidian';Example:
const hexString: HexString = '#ffffff';Signature:
export interface HexString__