File

src/lib/service/stored-queries/stored-queries-subscription.interface.ts

Description

Type of data emitted by this services subject

Index

Properties

Properties

queries
queries: StoredQuery[]
Type : StoredQuery[]

list of stored queries

select
select: string
Type : string
Optional

optional: ID of a stored query to be selected

import {StoredQuery} from './stored-query.model';

/**
 * Type of data emitted by this services subject
 */
export interface StoredQueriesSubscription {
  /**
   * list of stored queries
   */
  queries: StoredQuery[];
  /**
   * optional: ID of a stored query to be selected
   */
  select?: string;
}

results matching ""

    No results matching ""