Variable Scopes

@if (variableScopes?.length === 0) {
Nenhum Variable Scopes encontrado
} @if (variableScopes && variableScopes.length > 0) {
@for (variableScope of variableScopes; track trackId) { }
Code
Name
Description
{{ variableScope.code }} {{ variableScope.name }} {{ variableScope.description }}
}