interface CommonCoreMediaRichTextConfig {
    compatibility?: string;
    strictness?: Strictness;
}

Hierarchy (view full)

Properties

compatibility?: string

Compatibility mode of data-processing.

strictness?: Strictness

The strictness when validating against CoreMedia RichText 1.0 DTD.