Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable ACTIVE_EFFECT_SHOW_ICONConst

    ACTIVE_EFFECT_SHOW_ICON: { ALWAYS: number; CONDITIONAL: number; NEVER: number } = ...

    Possible values for ActiveEffectData#showIcon: the default is CONDITIONAL, dependent on whether the ActiveEffect has a temporary duration.

    Type Declaration

    • ALWAYS: number

      The icon is always shown.

    • CONDITIONAL: number

      The icon is showed if the ActiveEffect has a temporary duration.

    • NEVER: number

      The icon is never shown.