Property.TextEmphasis
type TextEmphasis = 
 | Globals
 | "circle"
 | "dot"
 | "double-circle"
 | "filled"
 | "none"
 | "open"
 | "sesame"
 | "triangle"
 | (string & {});
§Type
§
Globals | DataType.Color | "circle" | "dot" | "double-circle" | "filled" | "none" | "open" | "sesame" | "triangle" | (string & {})
[src]