Instance Method
propertyListValue(format:)propertyListValueFormat:error: propertyListValueFormat_error_
Returns a Property List representation of the node.
Declaration
func propertyListValue(format: GSFormatVersion) throws -> [String : Any]Declaration
- (NSDictionary<NSString *,id> *) propertyListValueFormat:(GSFormatVersion) format error:(NSError **) error;Declaration
propertyListValueFormat_error_(format: GSFormatVersion) -> tuple[dict[str, object], NSError]Parameters
formatThe Glyphs file format version for which to encode the node.
Parameters
formatThe Glyphs file format version for which to encode the node.
errorOn output, a pointer to an error object that describes why the method failed, or
nilif no error occurred. If you are not interested in the error information, passnilfor this parameter.
See Also
Encoding
Returns an element string representation of the node.