ConfigProperty
Property delegate for kslides config options. Stores each assignment into the supplied configMap keyed by the Kotlin property name, which lets the config cascade work by simple map merge and lets AbstractConfig enumerate which options were actually set (rather than emitting every reveal.js default into the generated JS).
Reading an unset property throws — config instances that have not been seeded via AbstractConfig.merge or explicit assignment will fail loudly rather than silently return a default.
Parameters
the backing map, typically AbstractConfig.revealjsManagedValues or AbstractConfig.kslidesManagedValues.
Type Parameters
the property type (any Kotlin type; cast is unchecked on read).
Properties
Name of the last property written through this delegate. Used by toString for debugging.