brows3r — TypeScript API
    Preparing search index...

    Interface BookmarkPatch

    Mutable fields accepted by bookmarkUpdate.

    interface BookmarkPatch {
        label?: string;
    }
    Index

    Properties

    Properties

    label?: string