CoreMedia CKEditor 5 Plugins
    Preparing search index...
    interface Delayed {
        changeDelayMs: number;
        initialDelayMs: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    changeDelayMs: number

    The delay between each change. 0 or below will do changes only once and then end (with change delay of 1 ms in this case).

    initialDelayMs: number

    Defines the initial delay to load a content or a property value.