;
+
+ /*
+ * Indicate where the tooltip should show up, relative to the info icon.
+ */
@Input() tooltipPlacement?: PlacementArray;
+
+ /*
+ * Indicate whether the info icon should appear to the left or to
+ * the right of the wrapped element.
+ */
@Input() iconPlacement?: PlacementDir;
+
+ /*
+ * If true, don't process text to render links.
+ */
@Input() dontParseLinks?: boolean;
// TODO: dependent on evaluation order of input setters?