Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Props ¶
type Props struct { Visible bool `json:"visible"` Fields []Field `json:"fields"` Column int `json:"column"` Colon bool `json:"colon"` ColumnNum int `json:"columnNum"` IsMultiColumn bool `json:"isMultiColumn"` Layout PropsLayout `json:"layout"` // 'vertical' | 'horizontal' Data map[string]interface{} `json:"data"` Type PropsType `json:"type"` // 'Z' | 'N' NumOfRowsLimit int `json:"numOfRowsLimit"` }
type PropsLayout ¶
type PropsLayout string
const ( PropsLayoutVertical PropsLayout = "vertical" PropsLayoutHorizontal PropsLayout = "horizontal" )
Click to show internal directories.
Click to hide internal directories.