Interface RemoteRefreshOptions

Options controlling the behavior of a RemoteStack.refresh() operation.

interface RemoteRefreshOptions {
    onEvent?: ((event) => void);
    onOutput?: ((out) => void);
}

Properties

Properties

onEvent?: ((event) => void)

Type declaration

onOutput?: ((out) => void)

Type declaration

    • (out): void
    • Parameters

      • out: string

      Returns void

Generated using TypeDoc