Skip to content

JSPropertyAttributes enumeration

C#
[Flags]
public enum JSPropertyAttributes

Values

namevaluedescription
Default0x0
Writable0x1
Enumerable0x2
Configurable0x4
Static0x400
DefaultMethod0x5
DefaultProperty0x7

See Also

Released under the MIT license