Skip to content

CustomMessage

Representation of a Flake customMessage

swift
struct CustomMessage

Overview

Custom massages are Domain specific. They can be used for example to issue or receive commands

Initializers

init(name:properties:)

swift
init(name: String, properties: [FlakePropertyProtocol])

Instance Properties

name

swift
let name: String

properties

swift
let properties: [FlakePropertyProtocol]