[]
Ƭ Binding: string
Ƭ CellAddress: string
Ƭ ConditionRule: { column
: string
; operator
: ConditionRuleOperator
} & IConditionRuleValueType
| IConditionRuleCellType
| IConditionRuleDataColumnType
| IConditionRuleParameterType
| IConditionRuleFormulaType
Ƭ ConditionRuleOperator: "Equal"
| "NotEqual"
| "GreaterThanOrEqual"
| "GreaterThan"
| "LessThanOrEqual"
| "LessThan"
| "StartWith"
| "NotStartWith"
| "EndWith"
| "NotEndWith"
| "Contains"
| "NotContains"
| "In"
| "NotIn"
Ƭ DataEntrySetting: IWriteBackRule
[]
Ƭ FilterCondition: ConditionRule
| FilterConditionFormulaRule
| IFilterConditionAndRelationType
| IFilterConditionOrRelationType
Ƭ FilterConditionFormulaRule: Object
名前 | 型 |
---|---|
formula |
string |
Ƭ Formula: string
Ƭ GroupCell: IDataCellBase
& { bins?
: IGroupBin
[] ; formula?
: Formula
; type
: "Group"
}
Ƭ InitParametersUIFunctionType: (sheet
: Worksheet
) => void
▸ (sheet
): void
説明
パラメータ UI シートがレンダリングされるときのコールバック。
名前 | 型 | 説明 |
---|---|---|
sheet |
Worksheet |
初期パラメータ UI シート。ユーザーはここでパラメータ UI シートを更新できます。 |
void
Ƭ LayoutSetting: IRowLayoutSetting
| IColumnLayoutSetting
Ƭ ListCell: IDataCellBase
& { spillMode?
: "Insert"
| "Overwrite"
; type
: "List"
}
Ƭ OnChangeFunctionType: (sheet
: ReportSheet
, changedArgs
: IParameterChangedArgs
) => void
▸ (sheet
, changedArgs
): void
説明
パラメータUIの値が変更されたときのコールバック。
名前 | 型 | 説明 |
---|---|---|
sheet |
ReportSheet |
パラメータUIはレポートシートがバインドされます。 |
changedArgs |
IParameterChangedArgs |
変更されたパラメータ値。 |
void
Ƭ PaginationOrder: "DownThenOver"
| "OverThenDown"
Ƭ RenderMode: "Design"
| "PaginatedPreview"
| "Preview"
Ƭ SheetNameGenerator: (pageIndex
: number
) => string
▸ (pageIndex
): string
名前 | 型 |
---|---|
pageIndex |
number |
string
Ƭ SortOption: { asc
: string
} | { desc
: string
} & { list?
: string
[] }
Ƭ SpillDirection: "Horizontal"
| "Vertical"
| "None"
Ƭ StaticCell: Object
名前 | 型 |
---|---|
autoExpand? |
"Both" | "Horizontal" | "Vertical" | "None" |
pin? |
"None" | "Row" | "Column" | "Both" |
showCollapseButton? |
boolean |
type |
"Static" |
Ƭ SummaryAggregate: "Sum"
| "Avg"
| "Max"
| "Min"
| "Count"
Ƭ SummaryCell: IDataCellBase
& { aggregate
: SummaryAggregate
; type
: "Summary"
}
Ƭ TemplateCell: ListCell
| GroupCell
| SummaryCell
| StaticCell
& ITemplateCellCommonSetting