File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -396,19 +396,23 @@ var srv.options : { //> from cds.requires config
396396
397397
398398
399- ### . entities {.property alt = " The following documentation on operations also applies to entities. " }
399+ ### . entities {.property alt = " The following documentation on actions also applies to entities. " }
400400
401- ### . events {.property alt = " The following documentation on operations also applies to events. " }
401+ ### . events {.property alt = " The following documentation on actions also applies to events. " }
402402
403- ### . operations {.property }
403+ ### . operations {.property .deprecated alt = " The following documentation on actions also applies to operations. " }
404+
405+ Use [` .actions ` ](#actions ) instead .
406+
407+ ### . actions {.property }
404408
405409` ` ` tsx
406- var srv.entities/events/operations : Iterable <{
410+ var srv.entities/events/actions : Iterable <{
407411 name : CSN definition
408412}>
409413` ` `
410414
411- These properties provide convenient access to the CSN definitions of the * entities * , * events * and operations — that is * actions * and * functions * — exposed by this service .
415+ These properties provide convenient access to the CSN definitions of the * entities * , * events * and * actions * ( incl . * functions * ) exposed by this service .
412416
413417They are * iterable * objects , which means you can use them in all of these ways :
414418
@@ -423,7 +427,6 @@ for (let d of this.entities) //... d is a CSN definition
423427
424428
425429
426-
427430### srv . init () {.method }
428431
429432` ` ` tsx
You can’t perform that action at this time.
0 commit comments