Customizable Member
Represents a customizable interface of UikitMember. This can be used to hold a custom instance of a UikitMember.
You can directly assign an instance of UikitMember to the baseUikitMember property if you wish to hold on to the UikitMember, which then will automatically be parsed to each properties.
Otherwise, you can override each properties to provide a custom values regardless of the baseUikitMember property.
Since
1.0.0-beta.1
See also
Properties
The implementation of the Uikit's UikitMember which will be assigned to each properties with it's own values. Defaults to EmptyMember.
The nickname of the baseUikitMember if base is provided, otherwise EmptyMember.nickname.
The profile image url of the baseUikitMember if base is provided, otherwise EmptyMember.profileUrl.
The user id of the baseUikitMember if base is provided, otherwise EmptyMember.userId.