FAKE - F# Make


ViewAction

Represents an action button

Record Fields

Record FieldDescription
Name
Signature: SimpleString

(Required) The name of the Action (appears on the button).

Target
Signature: Uri

(Required) The Url of the link for the button

Instance members

Instance memberDescription
WriteJson(writer)
Signature: writer:JsonWriter -> JsonWriter

Writes the action to a JSON writer

Fork me on GitHub