generated from jeswr/template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
LDfields/packages/field-base/src/field-base.ts
Lines 35 to 40 in e517e19
| * TODO: Use types to express the above condition | |
| */ | |
| targets?: (keyof Props & string)[] | undefined; | |
| get fieldTargets(): (keyof Props & string)[] { | |
| return this.targets ?? this.modifies; |