Skip to content

DynamicReplacementScope

tevelee edited this page Jul 25, 2026 · 1 revision

DynamicReplacementScope

A scope containing the dynamic replacements an image registers together.

public struct DynamicReplacementScope: LayoutWrapper 

The scope is descriptive only. Echo never enables or disables replacements; the Swift runtime owns those operations and their synchronization.

Inheritance

LayoutWrapper

Properties

flags

Reserved runtime flags for this replacement scope.

public var flags: UInt32 

replacementDescriptors

The replacement descriptors registered by this scope.

public var replacementDescriptors: [DynamicReplacementDescriptor] 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally