Preparing search index...
The search index is not available
Global Header - v2.0.26
Global Header
User
Interface User
Represents a user with a first name and name.
interface
User
{
firstName
:
string
;
name
:
string
;
}
Index
Properties
first
Name
name
Properties
first
Name
firstName
:
string
The first name of the user.
name
name
:
string
The last name of the user.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
first
Name
name
Global Header - v2.0.26
Loading...
Represents a user with a first name and name.