Declaration

var hintsFast: NSMutableArray? { get set }

Declaration

@property (nonatomic, strong) NSMutableArray<GSHint *> * hintsFast;

Declaration

hintsFast() -> list[GSHint]
setHintsFast_(hintsFast: list[GSHint])

Discussion

This may be nil and does not register undo or layer updates. Use it only while setting up a layer or in code that handles the required updates itself.

See Also

Hints

See Also

Hints