Skip to content

details property not exported in JSON #20

@ViktorEj

Description

@ViktorEj

Description: When setting clip.details with custom data, it is not consistently included in the output of clipToJSON() or exportToJSON().

Steps to reproduce:

clip.details = { storageKey: 'abc123', cloudUrl: 'https://...' };
const json = clipToJSON(clip);
console.log(json.details); // undefined or incomplete
Expected behavior: Custom data in details (or meta) should be preserved in JSON export.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions