CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Represents mutable properties as given in the configuration. This provides some convenience, which is later mapped to MutableProperties.

    interface MutablePropertiesConfig {
        blob?: AtomicOrArray<BlobTypeConfig>;
        editing?: AtomicOrArray<boolean>;
        localeName?: AtomicOrArray<string>;
        name?: AtomicOrArray<string>;
        readable?: AtomicOrArray<boolean>;
        siteName?: AtomicOrArray<string>;
    }
    Index

    Properties

    editing?: AtomicOrArray<boolean>
    localeName?: AtomicOrArray<string>
    name?: AtomicOrArray<string>
    readable?: AtomicOrArray<boolean>
    siteName?: AtomicOrArray<string>