Skip to main content

Active

Sometimes you may need to silence Estimtest. For example, you may only need the element active when experimenting. Setting active to false or "false" will hide the Estimtest menus.

caution

This will not remove the element declaration from the source code; therefore, this does not decrease the payload size. If you need to remove the component entirely you may try looking at the solutions presented in the examples.

Example

/index.html
<estimtest-core active="false"></estimtest-core>
tip

It is very likely that moving the Estimtest component with to the body will work.