Skip to content

NewgroundsIO.objects.UserIcons

PsychoGoldfishNG edited this page Aug 30, 2022 · 3 revisions

UserIcons

Contains any icons associated with this user.

Kind: global class

new UserIcons(props)

Constructor

Param Type Description
props object An object of initial properties for this instance
props.small String The URL of the user's small icon
props.medium String The URL of the user's medium icon
props.large String The URL of the user's large icon

userIcons.small : String

The URL of the user's small icon

Kind: instance property of UserIcons

userIcons.medium : String

The URL of the user's medium icon

Kind: instance property of UserIcons

userIcons.large : String

The URL of the user's large icon

Kind: instance property of UserIcons

Clone this wiki locally