set( this: V_Context, path: string, name: | `user.${string}` | `trusted.${string}` | `system.${string}` | `security.${string}`, value: string | Uint8Array<ArrayBufferLike>, opt?: SetOptions,): Promise<void> Parameters
- this: V_Context
- path: string
- name:
| `user.${string}`
| `trusted.${string}`
| `system.${string}`
| `security.${string}` - value: string | Uint8Array<ArrayBufferLike>
- opt: SetOptions = {}
Returns Promise<void>
Sets the value of an extended attribute.