/
hd4ru
/
web
Обзор
Документация
Войти
/
hd4ru
/
web
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
entity/entity.ts
16 строк
341 B
jin
land opt, typed home
11 авг 2024, 15:25
11 авг 2024, 15:25
d5bc7ac
Код
Авторство
О чём код?
namespace $ { /** Entity dictionary Model with Title property included by default */ export class $hyoo_crus_entity extends $hyoo_crus_dict.with( { /** Entity Title - default property for use */ Title: $hyoo_crus_atom_str, }) { @ $mol_mem title( next?: string ) { return this.Title( next )?.val( next ) ?? '' } } }