Skip to content

Commit

Permalink
Adding optionFilter to the table of where we support expressions (duh…
Browse files Browse the repository at this point in the history
…! it's what I made all these changes for!)
  • Loading branch information
Ole Martin Handeland committed Dec 16, 2024
1 parent 35bbac7 commit f5676f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Dynamic expressions are currently available for use in these properties, as defi
| [Option based components](../../../guides/development/options/sources/from-data-model/#expression-support) | `source.description` | [String](#strings) |||
| [Option based components](../../../guides/development/options/sources/from-data-model/#expression-support) | `source.helpText` | [String](#strings) |||
| [Option based components](../../../guides/development/options/sources/dynamic/#based-on-expressions) | `queryParameters.[*]` | [String](#strings) |||
| [Option based components](../../../guides/development/options/functionality/filtering) | `optionFilter` | [String](#strings) |||
| All | `textResourceBindings.[*]` \* | [String](#strings) |||

\* = The values that can be overridden with textResourceBindings vary from component to component, but will work wherever
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Dynamiske uttrykk er foreløpig tilgjengelig for bruk i disse egenskapene, som d
| [Kodelistebaserte komponenter](../../../guides/development/options/sources/from-data-model/#støtte-for-uttrykk) | `source.description` | [Streng](#strenger) |||
| [Kodelistebaserte komponenter](../../../guides/development/options/sources/from-data-model/#støtte-for-uttrykk) | `source.helpText` | [Streng](#strenger) |||
| [Kodelistebaserte komponenter](../../../guides/development/options/sources/dynamic/#basert-på-uttrykk) | `queryParameters.[*]` | [Streng](#strenger) |||
| [Kodelistebaserte komponenter](../../../guides/development/options/functionality/filtering) | `optionFilter` | [Streng](#strenger) |||
| Alle | `textResourceBindings.[*]` \* | [Streng](#strenger) |||

\* = Hvilke verdier man kan overstyre med textResourceBindings varierer fra komponent til komponent, men vil fungere på
Expand Down

0 comments on commit f5676f1

Please sign in to comment.