Skip to content

Interface: KubeObjectStoreSubscribeParams#

Renderer.K8sApi.KubeObjectStoreSubscribeParams

Table of contents#

Properties#

Methods#

Properties#

abortController#

Optional abortController: AbortController

An optional parent abort controller

Methods#

onLoadFailure#

Optional onLoadFailure(err): void

A function that is called when listing fails. If set then blocks errors being rejected with

Parameters#

Name Type
err any

Returns#

void