Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
ViewAction
Represents an action button
Record Fields
Record Field | Description |
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 member | Description |
x.WriteJson(writer)
Signature: writer:JsonWriter -> JsonWriter
|
Writes the action to a JSON writer |