About
Working with mods
API documentation
Action mods
API documentation
Visualization mods
API overview
API documentation
Preparing search index...
The search index is not available
Visualization Mod API
Visualization Mod API
ExtractValueType
Type Alias ExtractValueType<readableArray>
Extract
Value
Type
<
readableArray
>
:
{
[
readableName
in
keyof
readableArray
]
:
readableArray
[
readableName
]
extends
Readable
<
infer
readableNameType
>
?
readableNameType
:
never
}
From readableArray, an array of Readable of some value type, extract an array of this value type.
Type Parameters
readableArray
extends
ReadonlyArray
<
Readable
<
any
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Visualization Mod API
AnalysisProperty
AnalysisPropertyValue
Axis
AxisPart
AxisValues
Column
ColumnValues
ContextMenu
ContextMenuItem
Controls
DataTable
DataTableValues
DataType
DataView
DataViewAxis
DataViewCategoricalAxis
DataViewCategoricalValue
DataViewCategoricalValuePathElement
DataViewColorInfo
DataViewContinuousAxis
DataViewContinuousValue
DataViewHierarchy
DataViewHierarchyLevel
DataViewHierarchyNode
DataViewProxyMethods
DataViewRow
ErrorOverlay
FontInfo
GeneralStylingInfo
LineStylingInfo
MarkingInfo
Mod
ModMetadata
ModProperty
ModPropertyValue
ModVisualization
Page
PageValues
Popout
PopoutButtonOptions
PopoutCheckboxOptions
PopoutComponent
PopoutComponentEvent
PopoutComponentFactory
PopoutDialog
PopoutOptions
PopoutRadioButtonOptions
PopoutSection
PopoutSectionOptions
Progress
Readable
Reader
ReaderSubscription
RenderContext
ScaleStylingInfo
Size
SpotfireDocument
StylingInfo
TickStylingInfo
Time
TimeSpan
Tooltip
AbortPredicate
AnalysisPropertyDataType
DataViewProxy
DataViewValueType
ExtractValueType
MarkingOperation
MethodKeys
ModPropertyDataType
OmittedReadableProxyMethods
OnLoadCallback
ReadableProxy
UnionFromTupleTypes
initialize
"
"
From readableArray, an array of Readable of some value type, extract an array of this value type.