File

src/modules/progress-indicator/entities/progress-indicator-config.entity.intf.ts

Description

Interface of progress indicator config

Index

Properties

Properties

topic
topic: string
Type : string

The topic that the progress indicator will subscribe to.

type
type: StarkProgressIndicatorType
Type : StarkProgressIndicatorType

Type of progress indicator: SPINNER, ...

import { StarkProgressIndicatorType } from "./progress-indicator-type.entity";

/**
 * Interface of progress indicator config
 */
export interface StarkProgressIndicatorConfig {
	/**
	 * The topic that the progress indicator will subscribe to.
	 */
	topic: string;

	/**
	 * Type of progress indicator: SPINNER, ...
	 */
	type: StarkProgressIndicatorType;
}

results matching ""

    No results matching ""