Instance Property
customParameters
A list of custom parameter objects.
Declaration
var customParameters: [GSCustomParameter] { get set }Declaration
@property (nonatomic, strong) NSArray<GSCustomParameter *> * customParameters;Declaration
pyobjc_instanceMethods.customParameters() -> list[GSCustomParameter]
pyobjc_instanceMethods.setCustomParameters_(customParameters: list[GSCustomParameter])