File

projects/netgrif-components-core/src/lib/search/category-factory/category-serialisation-pair.ts

Description

Represents a pairing of a Category class and its serialised form

Index

Properties

Properties

classReference
classReference: Type<Category<any>>
Type : Type<Category<any>>
serialized
serialized: Categories | string
Type : Categories | string
import {Type} from '@angular/core';
import {Category} from '../models/category/category';
import {Categories} from '../models/category/categories';

/**
 * Represents a pairing of a {@link Category} class and its serialised form
 */
export interface CategorySerialisationPair {
    classReference: Type<Category<any>>;
    serialized: Categories | string;
}

result-matching ""

    No results matching ""