Cesium Utils - v0.3.2
    Preparing search index...

    Interface Options

    Configuration options for deprecation warnings.

    interface Options {
        includeStack?: boolean;
        once?: boolean;
        prefix?: string;
        removeInVersion?: string;
    }
    Index

    Properties

    includeStack?: boolean

    Whether to include a stack trace in the warning.

    true
    
    once?: boolean

    Whether to show the warning only once per deprecation message.

    true
    
    prefix?: string

    Custom prefix for the warning message.

    "[DEPRECATED]"
    
    removeInVersion?: string

    Version when the feature will be removed.