Interface RssFeedReadNodeParameters

Source
interface RssFeedReadNodeParameters {
    options?: {
        customFields?: string;
        ignoreSSL?: boolean;
    };
    url?: string;
}

Properties§

Source§

readonly options?: { customFields?: string; ignoreSSL?: boolean }

Default: {}

Source§

readonly url?: string

URL of the RSS feed