Hiyve Components - v1.0.0
    Preparing search index...

    Interface LoadCanvasResult

    Result of a canvas load. droppedCount is non-zero when the loader had to salvage the input (skip invalid objects). Consumers can use that signal to trigger a clean re-save so the file on disk no longer contains bad objects.

    interface LoadCanvasResult {
        droppedCount: number;
    }
    Index

    Properties

    Properties

    droppedCount: number