interface FigmaTriggerNodeParameters {
authentication?: "oAuth2" | "accessToken";
teamId?: string;
triggerOn?:
| "fileComment"
| "fileDelete"
| "fileUpdate"
| "fileVersionUpdate"
| "libraryPublish";
}Properties§
§§
readonly authentication?: "oAuth2" | "accessToken"§
readonly team Id?: stringTrigger will monitor this Figma Team for changes. Team ID can be found in the URL of a Figma Team page when viewed in a web browser: figma.com/files/team/{TEAM-ID}/.
readonly trigger On?:
| "fileComment"
| "fileDelete"
| "fileUpdate"
| "fileVersionUpdate"
| "libraryPublish"
Default: "accessToken"