type
BlockAdmin
BlockAdmin contains the narrow content-derived block heading contract.
Properties
| Property | Type | Description |
|---|---|---|
RowLabel | string | The RowLabel value. |
Full signature
type BlockAdmin struct {
RowLabel string `json:"rowLabel,omitempty"`
}