Instance Property
linkStyle
The style to use as the regular for this style. If styleName is Medium, you could link to Light. So this instance becomes the Bold style for the Light.
Declaration
var linkStyle: String { get set }Declaration
@property (nonatomic, copy) NSString * linkStyle;Declaration
pyobjc_instanceMethods.linkStyle() -> str
pyobjc_instanceMethods.setLinkStyle_(linkStyle: str)