UnknownExpression

struct UnknownExpression
extension UnknownExpression : Equatable, Expression, Identifiable, IdentifiableExpression, Sendable

Undocumented

  • id

    String identifier of the expression. Must be unique within a single automation graph.

    Declaration

    Swift

    let id: String
  • Returns true if the expressions are equal, false otherwise.

    Declaration

    Swift

    func isEqual(to other: any Expression) -> Bool