File

src/api/webApi/data/dictionaryItem.interface.ts

Description

DictionaryItem

Extends

Identifiable

Index

Methods

Methods

hasSubItems
hasSubItems()
Returns : boolean
sub
sub()
Returns : Dictionary
import { Dictionary } from 'api/webApi/data/dictionary.interface';
import { Identifiable } from 'api/webApi/data/identifiable.interface';


/**
 * DictionaryItem
 */
export interface DictionaryItem extends Identifiable {
  sub(): Dictionary;
  hasSubItems(): boolean;
}

results matching ""

    No results matching ""