Skip to content

Commit

Permalink
feat(model): add ColorPropType to param types
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 15519fb6920ed98d11a60e76cc2fc450dffffc01
  • Loading branch information
IcaroG authored and actions-user committed Feb 14, 2025
1 parent 39b3afc commit e185253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/wab/src/wab/shared/model/model-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ BindingStruct
type: FunctionType
@Const @WeakRef state: State
PropParam
type: PrimitiveType | Img | HrefType | TargetType | DateString | DateRangeStrings | QueryData | FunctionType | StylePropType
type: PrimitiveType | Img | HrefType | TargetType | DateString | DateRangeStrings | QueryData | FunctionType | StylePropType | ColorPropType
Arg
@WeakRef param: Param
expr: Expr
Expand Down

0 comments on commit e185253

Please sign in to comment.