Type alias RuntimeMeshSelectionSource

RuntimeMeshSelectionSource: {
    edgeSelectionIndices?: number[];
    selections?: (RuntimeSelectionRecord | null | undefined)[];
} | null | undefined

Type declaration