Contents

init(named:from:configuration:)

Initializes a reference object from a bundle, with reference object configuration.

Declaration

init(named: String, from bundle: Bundle? = nil, configuration: ReferenceObject.Configuration) async throws

Parameters

  • named:

    Name of object to load in bundle.

  • bundle:

    Bundle to load from. The main Bundle is used if unspecified.

  • configuration:

    Configuration to use for tracking this object.

Discussion

See Also

Creating reference objects