Interface Settings

Type definition for settings that can be saved with a dataset. They should be a simple object with string keys, scalar values, array values or nested Settings objects.

Hierarchy

  • Record<string,
        | undefined
        | string
        | string[]
        | number
        | number[]
        | boolean
        | boolean[]
        | Settings
        | Settings[]>
    • Settings