Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomSourceLocation

import type { CustomSourceLocation } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Identifies the location of a custom souce.

interface CustomSourceLocation {
stateful?: boolean;
}

§Properties

§
stateful?: boolean
[src]

Whether this source is stateful.