ShowWhenCondition

<< Click to Display Table of Contents >>

Navigation:  Support > Reconfigurable Rulebook > String Formatting >

ShowWhenCondition

Description

Enumerated string.

Conditional variables that evaluate to true or false at runtime, to help decide if a column should be displayed or not.

NOTE: Screen dimensions are based on Bootstrap 5's breakpoints.

Values

Value

Meaning

TRUE

Always evaluates to true.

FALSE

Always evaluates to false.

RESULT_STATUS_FUTURE

Evaluates to true when the Result List Intermedaite Format's Result List's Status is FUTURE.

RESULT_STATUS_INTERMEDIATE

Evaluates to true when the Result List Intermedaite Format's Result List's Status is INTERMEDIATE.

RESULT_STATUS_UNOFFICIAL

Evaluates to true when the Result List Intermedaite Format's Result List's Status is UNOFFICIAL.

RESULT_STATUS_OFFICIAL

Evaluates to true when the Result List Intermedaite Format's Result List's Status is OFFICIAL

DIMENSION_SMALL

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 576.

DIMENSION_MEDIUM

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 768.

DIMENSION_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 992.

DIMENSION_EXTRA_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 1200.

DIMENSION_EXTRA_EXTRA_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 1400.

DIMENSION_LT_SMALL

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 576.

DIMENSION_LT_MEDIUM

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 768.

DIMENSION_LT_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 992.

DIMENSION_LT_EXTRA_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 1200.

DIMENSION_LT_EXTRA_EXTRA_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 1400.

MATCH_TYPE_LOCAL

Evaluates to true when the Result List Intermediate Format's Result List's Match's Type is a Local Match.

MATCH_TYPE_VIRTUAL

Evaluates to true when the Result List Intermediate Format's Result List's Match's Type is a Virtual Match.

MATCH_TYPE_TOURNAMENT

Evaluates to true when the Result List Intermediate Format's Result List's Match's Type is a Tournament.

ENGAGEABLE

Evaluates to true when the Result List Intermediate Format will be displayed on an interface that is considered user interface engageable.

NOT_ENGAGEABLE

Evaluates to true when the Result List Intermediate Format will be displayed on an interface that is not considered user interface engageable.