interface WekanNodeParameters {
additionalFields?:
| {
color?: | "belize"
| "midnight"
| "nephritis"
| "pomegranate"
| "pumpkin"
| "wisteria";
isActive?: boolean;
isAdmin?: boolean;
isCommentOnly?: boolean;
isNoComments?: boolean;
isWorker?: boolean;
permission?: "public"
| "private";
}
| {
assignees?: unknown[];
description?: string;
members?: unknown[];
};
authorId?: string;
boardId?: string;
cardId?: string;
checklistId?: string;
checklistItemId?: string;
comment?: string;
commentId?: string;
fromObject?: "list"
| "swimlane";
IdUser?: string;
items?: string;
limit?: number;
listId?: string;
operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete";
owner?: string;
resource?: | "list"
| "checklist"
| "checklistItem"
| "board"
| "card"
| "cardComment";
returnAll?: boolean;
swimlaneId?: string;
title?: string;
updateFields?: | {
assignees?: unknown[];
authorId?: string;
color?: | "gray"
| "orange"
| "yellow"
| "green"
| "blue"
| "purple"
| "pink"
| "red"
| "magenta"
| "black"
| "lime"
| "sky"
| "crimson"
| "darkgreen"
| "gold"
| "indigo"
| "mistyrose"
| "navy"
| "paleturquoise"
| "peachpuff"
| "plum"
| "saddlebrown"
| "silver"
| "slateblue"
| "white";
description?: string;
dueAt?: string;
endAt?: string;
isOverTime?: boolean;
labelIds?: string;
listId?: string;
members?: unknown[];
parentId?: string;
receivedAt?: string;
sort?: number;
spentTime?: number;
startAt?: string;
swimlaneId?: string;
title?: string;
}
| { isFinished?: boolean; title?: string };
}
Properties§
Source§readonly additional Fields?:
| {
color?: | "belize"
| "midnight"
| "nephritis"
| "pomegranate"
| "pumpkin"
| "wisteria";
isActive?: boolean;
isAdmin?: boolean;
isCommentOnly?: boolean;
isNoComments?: boolean;
isWorker?: boolean;
permission?: "public"
| "private";
}
| {
assignees?: unknown[];
description?: string;
members?: unknown[];
}
readonly additional Fields?:
| {
color?: | "belize"
| "midnight"
| "nephritis"
| "pomegranate"
| "pumpkin"
| "wisteria";
isActive?: boolean;
isAdmin?: boolean;
isCommentOnly?: boolean;
isNoComments?: boolean;
isWorker?: boolean;
permission?: "public"
| "private";
}
| {
assignees?: unknown[];
description?: string;
members?: unknown[];
}
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getUsers"}
Source§readonly card Id?: string
readonly card Id?: string
The ID of the card to delete. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]}
Source§readonly checklist Id?: string
readonly checklist Id?: string
The ID of the checklist to delete. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]}
Source§readonly checklist Item Id?: string
readonly checklist Item Id?: string
The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getChecklistItems","loadOptionsDependsOn":["boardId","cardId","checklistId"]}
Source§readonly comment Id?: string
readonly comment Id?: string
The ID of the comment to delete. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getComments","loadOptionsDependsOn":["boardId","cardId"]}
Source§readonly Id User?: string
readonly Id User?: string
The ID of the user that boards are attached. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getUsers"}
Source§readonly items?: string
readonly items?: string
Items to be added to the checklist Default: [] Type options: {"multipleValues":true,"multipleValueButtonText":"Add Item"}
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 100 Type options: {"minValue":1,"maxValue":200}
Source§readonly list Id?: string
readonly list Id?: string
The ID of the list to create card in. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]}
Source§readonly owner?: string
readonly owner?: string
The user ID in Wekan. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getUsers"}
Source§readonly resource?:
| "list"
| "checklist"
| "checklistItem"
| "board"
| "card"
| "cardComment"
readonly resource?:
| "list"
| "checklist"
| "checklistItem"
| "board"
| "card"
| "cardComment"
Default: "card"
Source§readonly swimlane Id?: string
readonly swimlane Id?: string
The swimlane ID of the new card. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getSwimlanes","loadOptionsDependsOn":["boardId"]}
Source§readonly update Fields?:
| {
assignees?: unknown[];
authorId?: string;
color?: | "gray"
| "orange"
| "yellow"
| "green"
| "blue"
| "purple"
| "pink"
| "red"
| "magenta"
| "black"
| "lime"
| "sky"
| "crimson"
| "darkgreen"
| "gold"
| "indigo"
| "mistyrose"
| "navy"
| "paleturquoise"
| "peachpuff"
| "plum"
| "saddlebrown"
| "silver"
| "slateblue"
| "white";
description?: string;
dueAt?: string;
endAt?: string;
isOverTime?: boolean;
labelIds?: string;
listId?: string;
members?: unknown[];
parentId?: string;
receivedAt?: string;
sort?: number;
spentTime?: number;
startAt?: string;
swimlaneId?: string;
title?: string;
}
| { isFinished?: boolean; title?: string }
readonly update Fields?:
| {
assignees?: unknown[];
authorId?: string;
color?: | "gray"
| "orange"
| "yellow"
| "green"
| "blue"
| "purple"
| "pink"
| "red"
| "magenta"
| "black"
| "lime"
| "sky"
| "crimson"
| "darkgreen"
| "gold"
| "indigo"
| "mistyrose"
| "navy"
| "paleturquoise"
| "peachpuff"
| "plum"
| "saddlebrown"
| "silver"
| "slateblue"
| "white";
description?: string;
dueAt?: string;
endAt?: string;
isOverTime?: boolean;
labelIds?: string;
listId?: string;
members?: unknown[];
parentId?: string;
receivedAt?: string;
sort?: number;
spentTime?: number;
startAt?: string;
swimlaneId?: string;
title?: string;
}
| { isFinished?: boolean; title?: string }
Default: {}
Default: {}