Skip to main content

NicknameProperty

new NicknameProperty([], new TextType("Robbie"));

new NicknameProperty(
[],
new TextListType([new TextType("Jim"), new TextType("Jimmie")]),
);

new NicknameProperty(
[new TypeParameter("nicknameproperty", new ParameterValueType("work"))],
new TextType("Boss"),
);