Interface TrelloTriggerNodeParameters

Source

interface TrelloTriggerNodeParameters {
    authentication?: "apiKey" | "oAuth1";
    id?: string;
}

Properties§

§readonly authentication?: "apiKey" | "oAuth1"

Default: "apiKey"

§readonly id?: string

ID of the model of which to subscribe to events