Returns a binding to the member of the specified type.
type
The type to bind.
undefined value.
Do not use this function outside of a call to nameof. This API should only be used to create refactoring safe member bindings.
addField(nameof(() => memberOf(UserProjectDataResource).statPlotFramesPerSecond)); Copy
addField(nameof(() => memberOf(UserProjectDataResource).statPlotFramesPerSecond));
Returns a binding to the member of the specified
type.