ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > MdxPrinterOptions

MdxPrinterOptions interface

Signature:

export interface MdxPrinterOptions 

Properties

PropertyTypeDescription
glueStringDeepJoinerIf you want, you can override this function that collects together pieces of text to produce one big string.
glueArgsbooleanIf true, argument lists are separate by only the comma character, like “(a,b)”. If false, argument lists are also printed on separate lines, like “(a,\n b)”. Defaults to false.
indentbooleanWhether to automatically indent each line of the printed MDX. Defaults to false.
notEmpty(a: Mdx) => booleanIf you want, you can override this function that accepts an MDX string and returns a boolean representing whether it should be considered “not empty”.
  • MdxPrinterOptions interface
  • Properties
Copyright © 2023 ActiveViam