File

src/lib/models/Column.ts

Index

Properties

Constructor

constructor(identificator: , field: , header: , frenquency?: )
Parameters :
Name Optional
identificator no
field no
header no
frenquency yes

Properties

field
field:
frequency
frequency:
header
header:
identificator
identificator:
export class Column
{
    identificator;
    field;
    header;
    frequency;

    constructor(
        identificator,
        field,
        header,
        frenquency?
    ) {
        this.identificator = identificator;
        this.field = field;
        this.header = header;
        this.frequency = frenquency;
    }
}

results matching ""

    No results matching ""