Named examples

You can name examples in the components object.

Copy
Copied
components:
  examples:
    lightning:
      # Example object

It is a map with strings as the name, and the Example Object as the value.

Visuals

See the Example Object.

Types

  • NamedExamples
  • Example
Copy
Copied
  NamedExamples: mapOf('Example'),