Skip to main content

ModularItemHideElement

Callable

  • ModularItemHideElement(Data: ModularItemData, ID: string, Module: string): boolean

  • Hide an HTML element if a given module is not active.


    Parameters

    • Data: ModularItemData

      The modular item data

    • ID: string

      The id of the element

    • Module: string

      The module that must be active

    Returns boolean

    Whether the module is active or not