interface RaindropNodeParameters {
additionalFields?:
| {
important?: boolean;
order?: number;
pleaseParse?: boolean;
tags?: string;
title?: string;
}
| {
cover?: string;
parentId?: string;
public?: boolean;
sort?: number;
view?: "list"
| "simple"
| "grid"
| "Masonry";
}
| { collectionId?: string };
bookmarkId?: string;
collectionId?: string;
filters?: { collectionId?: string };
limit?: number;
link?: string;
operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete";
resource?: "tag"
| "collection"
| "user"
| "bookmark";
returnAll?: boolean;
self?: boolean;
tags?: string;
title?: string;
type?: "parent" | "children";
updateFields?:
| {
collectionId?: string;
important?: boolean;
order?: number;
pleaseParse?: boolean;
tags?: string;
title?: string;
}
| {
cover?: string;
parentId?: string;
public?: boolean;
sort?: number;
title?: string;
view?: "list"
| "simple"
| "grid"
| "Masonry";
};
userId?: string;
}
Properties§
Source§readonly additional Fields?:
| {
important?: boolean;
order?: number;
pleaseParse?: boolean;
tags?: string;
title?: string;
}
| {
cover?: string;
parentId?: string;
public?: boolean;
sort?: number;
view?: "list"
| "simple"
| "grid"
| "Masonry";
}
| { collectionId?: string }
readonly additional Fields?:
| {
important?: boolean;
order?: number;
pleaseParse?: boolean;
tags?: string;
title?: string;
}
| {
cover?: string;
parentId?: string;
public?: boolean;
sort?: number;
view?: "list"
| "simple"
| "grid"
| "Masonry";
}
| { collectionId?: string }
Source§readonly collection Id?: string
readonly collection Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getCollections"}
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 5 Type options: {"minValue":1,"maxValue":10}
One or more tags to delete. Enter comma-separated values to delete multiple tags.
Default: {}