Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface DataModelSanitizationOptions

    interface DataModelSanitizationOptions {
        assetPath?: string;
        creation?: boolean;
        deleteStats?: boolean;
        skipSystem?: boolean;
        user?: any;
    }
    Index

    Properties

    assetPath?: string

    A file path to which sanitized assets should be persisted to disk

    creation?: boolean

    Sanitization as part of creation?

    deleteStats?: boolean

    Clean data out of stats?

    skipSystem?: boolean

    Skip system sanitization?

    user?: any

    The User performing an operation which requires sanitization