Home > @activeviam/activeui-sdk > MdxPrinterOptions > notEmpty
MdxPrinterOptions.notEmpty property
If you want, you can override this function that accepts an MDX string and returns a boolean representing whether it should be considered “not empty”.
Signature:
notEmpty?: (a: Mdx) => boolean;