Configuration for BBCodeColor.

interface BBCodeColorConfig {
    mapper?: ColorMapper;
}

Properties

Properties

mapper?: ColorMapper

Used for mapping detected colors to a representation suitable for use in [color] tag.