Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSShape
      • GSPath
        • GSNode
          • countOfTempData
  1. GlyphsCore
  2. GSShape
  3. GSPath
  4. GSNode

Instance Property

countOfTempData

The number of temporary values.

Declaration

var countOfTempData: Int { get }

Declaration

@property (nonatomic, readonly) NSInteger countOfTempData;

Declaration

countOfTempData() -> int

See Also

Temporary Data

  • tempData

    Values associated with the node for transient use.

  • tempData(forKey:)tempDataForKey:tempDataForKey_

    The temporary value for a key, or nil if no value is set.

  • setTempData(_:forKey:)setTempData:forKey:setTempData_forKey_

    Sets or removes a temporary value.