MacroAttributeEditable Property |
Allows specifying which occurrence of the target parameter becomes editable when the template is deployed.
Namespace:
Resto.Front.Api.Attributes.JetBrains
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntaxpublic int Editable { get; set; }
Property Value
Type:
Int32
Remarks
If the target parameter is used several times in the template, only one occurrence becomes editable;
other occurrences are changed synchronously. To specify the zero-based index of the editable occurrence,
use values >= 0. To make the parameter non-editable when the template is expanded, use -1.
See Also