@shortcut/client
    Preparing search index...

    Interface ShortcutChangeEntry

    One tracked attribute a transaction touched, in the same shape as v4 story history entries. A replacement is adds=[new] removes=[old]; setting a previously unset attribute has removes=[]; clearing one has adds=[].

    interface ShortcutChangeEntry {
        adds: ShortcutChangeValue[];
        attribute: string;
        removes: ShortcutChangeValue[];
        truncated?: boolean;
    }
    Index

    Properties

    attribute: string
    truncated?: boolean

    A string value was cut at 8,192 characters. Fetch the entity for the full value.