Declaration

func customParameter(forKey key: String) -> GSCustomParameter?

Declaration

- (GSCustomParameter *) customParameterForKey:(NSString *) key;

Declaration

customParameterForKey_(key: str) -> GSCustomParameter

Parameters

key

The custom parameter name.

Discussion

The parameter is returned even when it is inactive.

See Also

Custom Parameters