feat: MenuItem에 funcCall 타입 추가후 처리

This commit is contained in:
2023-03-22 22:44:42 +09:00
parent 4d2b5ced82
commit ca3e64f3b9
6 changed files with 158 additions and 55 deletions
+3
View File
@@ -12,6 +12,9 @@ class MenuItem extends DTO{
public readonly string $name,
public readonly string $url,
#[NullIsUndefined]
public ?string $funcCall = null,
#[NullIsUndefined]
public ?string $icon = null,
#[NullIsUndefined]