Declaration

func defaultProperty(forName name: GSPropertyName) -> String?

Declaration

- (NSString *) defaultPropertyForName:(GSPropertyName) name;

Declaration

defaultPropertyForName_(name: GSPropertyName) -> str

Parameters

name

The name of the property.

Return Value

The default property, or nil if not found.