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

    Interface DataModelSanitizationOptions

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

    Properties

    assetPath?: string

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

    deleteStats?: boolean

    Clean data out of stats?

    skipSystem?: boolean

    Skip system sanitization?

    user?: any

    The User performing an operation which requires sanitization