Skip to documentation content
On this page
  1. Reference

association

Configures association for Surface plot from its authoritative release declaration.

Reference

FieldValueDescription
valueTypeenumDeclared input representation.
defaultautoRelease default applied when the field is omitted.
typescriptType"auto" | "global" | "cell" | "boundary" | "edge" | "point"Compiler-resolved TypeScript contract.
requiredtrue
allowed["auto","global","cell","boundary","edge","point"]Allowed declaration values.

Configures association for Surface plot from its authoritative release declaration.

The declared value type is enum. The release default is auto. Allowed values are ["auto","global","cell","boundary","edge","point"]. This field is required.