Skip to main content

TNodePrintOptions

reexport
interface TNodePrintOptions {
  withNodeIndex: boolean;
  withStyles: boolean;
}

Fields#

withNodeIndex#

required
withNodeIndex: boolean;

Include node index in snapshot.

withStyles#

required
withStyles: boolean;

Include styles in snapshot.