DashboardRegexMapOptionsBuilder🔗
Constructor🔗
Methods🔗
Build🔗
Builds the object.
Pattern🔗
Regular expression to match against
func (builder *DashboardRegexMapOptionsBuilder) Pattern(pattern string) *DashboardRegexMapOptionsBuilder
Result🔗
Config to apply when the value matches the regex
func (builder *DashboardRegexMapOptionsBuilder) Result(result cog.Builder[dashboard.ValueMappingResult]) *DashboardRegexMapOptionsBuilder