CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Definition details of some attribute.

    interface AttributeContent {
        validateValue(
            value: string | null,
            strictness: ActiveStrictness,
        ): boolean;
    }
    Index

    Methods