FsExportMember Type
One bound member: an `Exports` member, or a class static.
Record fields
| Record Field |
Description
|
|
The selector the member is read under. A settable member is bound through the object it hangs off (`Counter`, `globalThis`) and carries the attribute on its declaring type; every other member is bound through its own dotted selector (`Counter.MAX`) and carries the attribute itself.
|
|
|
Full Usage:
Docs
Field type: string
|
|
Full Usage:
Name
Field type: string
|
|
Full Usage:
Settable
Field type: bool
|
A settable static or mutable global, rendered `with get, set`. Assignment to it compiles to a JavaScript property write.
|
|
|
|
A top-level generic function binds its parameters on the member: `Exports` itself is
not generic, so `get
|