Skip to main content
Version: Next 🚧

[F] $actionSeparator

function $actionSeparator(
context,
entity,
separator): void

@actionSeparator defines the separator string that is used to precede the action name in auto-generated actions.

@actionSeparator can only be applied to model properties, operation parameters, or operations.

Parameters

ParameterType
contextDecoratorContext
entityModel | ModelProperty | Operation
separator"/" | ":" | "/:"

Returns

void