Skip to content

init(id:isReadOnly:isActionable:isVolatile:content:)

No overview available.

swift
init(id: FlakePropertyProtocol.Id, isReadOnly: Bool = false, isActionable: Bool = false, isVolatile: Bool = false, content: T)

Parameters

  • id: flake Id for this Property
  • isReadOnly: defaults to false
  • isActionable: defaults to false
  • isVolatile: defaults to false
  • content: the value of the ``Property`