Declaration

func customValue(forKey key: String) -> Any?

Declaration

- (id) customValueForKey:(NSString *) key;

Declaration

customValueForKey_(key: str) -> object

Parameters

key

The custom parameter name.

Discussion

When multiple active custom parameters have the same name, the earliest parameter in customParameters determines the value.

See Also

Custom Parameters