Page MenuHomeSealhub

field-type-description.ts
No OneTemporary

field-type-description.ts

export class FieldTypeDescription {
summary: string;
raw_params: any;
extra_info: any;
constructor(summary: string, raw_params: any, extra_info: any) {
this.summary = summary;
this.raw_params = raw_params;
this.extra_info = extra_info || {};
}
}

File Metadata

Mime Type
text/plain
Expires
Wed, May 7, 19:36 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
625653
Default Alt Text
field-type-description.ts (257 B)

Event Timeline