Skip to content
Josh Wright edited this page Jan 14, 2021 · 4 revisions

Path

Represents a path component value on an endpoint. This value will replace a path component with the name of the property this wraps.

@propertyWrapper public struct Path: Codable

Inheritance

Codable

Initializers

init(wrappedValue:)

Initialize with a path component value.

public init(wrappedValue: String)

Parameters

  • wrappedValue: The value of this path component.

init(from:)

public init(from decoder: Decoder) throws

Properties

wrappedValue

The value of this path component.

var wrappedValue: String
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally