Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

StyleSetterOptions

StyleSetterOptions = object

Defined in: src/style/style.ts:112

Supporting type to add validation to another style related type

Properties

validate?

optional validate: boolean

Defined in: src/style/style.ts:116

Whether to check if the filter conforms to the mapmetrics Style Specification. Disabling validation is a performance optimization that should only be used if you have previously validated the values you will be passing to this function.