Index

src/scripts/tools/debounce/debounceType/debounceType.ts

DebounceType

The debounce type

IMMEDIATE : the function should be called immediately, and then not anymore until the delay has passed without a call.

END : the function should not be called immediately, and will only be called once the delay has passed without a call.

BOTH : IMMEDIATE and END : the function should be called immediately, has well as when the delay has passed without a call, but never in between.

PERIODIC : the function should be called immediately, has well as when the delay has passed without a call, and periodically in between, with the delay as the period.

 IMMEDIATE
 END
 BOTH
 PERIODIC

src/app/enums/languages.ts

Languages

Languages supported by the app.

 FRENCH
 ENGLISH

src/app/services/log/logLevel/logLevel.ts

LogLevel

Log levels. Used to distinguish between several types of log messages, order by the severity of the underlying issue. If any level is logged, any log of a higher level will also be logged.

 All
 Debug
Value : 1
 Info
Value : 2
 Warn
Value : 3
 Error
Value : 4
 Fatal
Value : 5
 Off
Value : 6

src/app/services/preloader/preloaders/preloaders.ts

Preloaders

Preloaders

 MAIN
Value : MAIN
 TEXTS
Value : TEXTS

src/app/enums/subParagraphRoot.ts

SubParagraphRoot

Sub paragraph root supported by TextSubParagraphComponent

 SPAN
 STRONG_EM
 BR
 A_ASSET

results matching ""

    No results matching ""