metadata representation

This commit is contained in:
lotte
2019-10-10 16:18:14 +02:00
parent 0fb12c4274
commit dfe1143184
48 changed files with 131 additions and 102 deletions

View File

@@ -29,7 +29,7 @@ export class BrowseEntry implements ListableObject {
*/
count: number;
getRenderType(): string {
return (this as any).type.value;
getRenderTypes(): string[] {
return [this.constructor.name];
}
}