Updated API Flag (markdown)

Kiteflow 2021-05-24 19:49:33 +01:00
parent b623032f37
commit a621f371ac

@ -89,4 +89,4 @@ To register a flag, use:
# Adding a flag to a plot
To add a flag to a plot, use `plot.setFlag(flagInstance)`. If you need a new flag instance, and only have the flag type, it is possible to add a flag using `plot.addFlag(GlobalFlagContainer.getInstance().getFlag(flagInstance).createFlagInstance(flagValue))`
To add a flag to a plot, use `plot.setFlag(flagInstance)`. If you need a new flag instance, and only have the flag type, it is possible to add a flag using `plot.setFlag(GlobalFlagContainer.getInstance().getFlag(flagInstance).createFlagInstance(flagValue))`