Skip to main content

WebTextFlowProperties

reexport
interface WebTextFlowProperties {
  listStyleType?: string;
  whiteSpace?: "pre" | "normal";
}

Fields#

listStyleType#

optional
listStyleType?: string;

whiteSpace#

optional
whiteSpace?: "pre" | "normal";

Methods#

userSelect#

required