@Padding ensures that the total size of the decorated property aligns to
a multiple of the specified padding value. After reading or writing the
property, the cursor is advanced forward if necessary to maintain alignment.
Type Parameters
This extends object
Parameters
padding: number
The total size of the decorated property will be
adjusted to be a multiple of this value.
@Padding
ensures that the total size of the decorated property aligns to a multiple of the specified padding value. After reading or writing the property, the cursor is advanced forward if necessary to maintain alignment.